Class SideDialogOptions
Class SideDialogOptions
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class SideDialogOptions : DialogOptionsBase
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 |
---|---|
System.Boolean |
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
Declaration
public bool ShowMask { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Title
The title displayed on the dialog.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |