Class Dialog.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class DialogGets or sets the options.
public DialogOptions Options { get; set; }
| Type | Description |
|---|---|
| DialogOptions | Gets or sets the options. |
Gets or sets the parameters.
public Dictionary<string, object> Parameters { get; set; }
| Type | Description |
|---|---|
| Dictionary<string, object> | Gets or sets the parameters. |
Gets or sets the title.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the title. |
Gets or sets the type.
public Type Type { get; set; }
| Type | Description |
|---|---|
| Type | Gets or sets the type. |
Raises the PropertyChanged event.
protected virtual void OnPropertyChanged(string propertyName)
| Type | Name | Description |
|---|---|---|
| string | propertyName | The name of the property that changed. |
Occurs when a property value changes.
public event ComponentModel.PropertyChangedEventHandler PropertyChanged