Class Dialog
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Class Dialog.
public class Dialog
- Inheritance
-
Dialog
- Inherited Members
Constructors
Dialog()
public Dialog()
Properties
Options
Gets or sets the options.
public DialogOptions Options { get; set; }
Property Value
- DialogOptions
The options.
Parameters
Gets or sets the parameters.
public Dictionary<string, object> Parameters { get; set; }
Property Value
- Dictionary<string, object>
The parameters.
Title
Gets or sets the title.
public string Title { get; set; }
Property Value
- string
The title.
Type
Gets or sets the type.
public Type Type { get; set; }
Property Value
- Type
The type.