Class Dialog
Class Dialog.
Inheritance
System.Object
Dialog
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class Dialog : object
Properties
Options
Gets or sets the options.
Declaration
public DialogOptions Options { get; set; }
Property Value
Type | Description |
---|---|
DialogOptions | The options. |
Parameters
Gets or sets the parameters.
Declaration
public Dictionary<string, object> Parameters { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, System.Object> | The parameters. |
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The title. |
Type
Gets or sets the type.
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
Type | The type. |