Dialog Class

Class Dialog.

Inheritance

Object

Dialog

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class Dialog

Constructors

Dialoglink

Class Dialog.

Declaration
public Dialog()

Properties

Optionslink

Gets or sets the options.

Declaration
public DialogOptions Options { get; set; }
Property Value
Type Description
DialogOptionsGets or sets the options.

Parameterslink

Gets or sets the parameters.

Declaration
public Dictionary<string, object> Parameters { get; set; }
Property Value
Type Description
Dictionary<string, object>Gets or sets the parameters.

Titlelink

Gets or sets the title.

Declaration
public string Title { get; set; }
Property Value
Type Description
stringGets or sets the title.

Typelink

Gets or sets the type.

Declaration
public Type Type { get; set; }
Property Value
Type Description
TypeGets or sets the type.

Methods

OnPropertyChangedlink

Raises the PropertyChanged event.

Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type Name Description
string propertyName The name of the property that changed.

Events

PropertyChangedlink

Occurs when a property value changes.

Declaration
public event ComponentModel.PropertyChangedEventHandler PropertyChanged
An error has occurred. This app may no longer respond until reloaded. Reload 🗙