Class SideDialogOptions
Class SideDialogOptions
Implements
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class SideDialogOptions : DialogOptionsBase, INotifyPropertyChanged
Constructors
SideDialogOptions()
Class SideDialogOptions
Declaration
public SideDialogOptions()
Properties
AutoFocusFirstElement
Gets or sets a value indicating whether to focus the first focusable HTML element. Set to true
by default.
Declaration
public bool AutoFocusFirstElement { get; set; }
Property Value
Type | Description |
---|---|
bool |
Position
The Position on which the dialog will be positioned
Declaration
public DialogPosition Position { get; set; }
Property Value
Type | Description |
---|---|
DialogPosition |
ShowMask
Whether to show a mask on the background or not. Set to true
by default.
Declaration
public bool ShowMask { get; set; }
Property Value
Type | Description |
---|---|
bool |
Title
The title displayed on the dialog.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |