Class Dialog
Class Dialog.
Inheritance
System.Object
Dialog
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class Dialog : INotifyPropertyChanged
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. |
Methods
OnPropertyChanged(String)
Raises the PropertyChanged event.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | The name of the property that changed. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
PropertyChangedEventHandler |