Class SideDialogOptions
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Class SideDialogOptions
public class SideDialogOptions : DialogOptionsBase
- Inheritance
-
SideDialogOptions
- Inherited Members
Constructors
SideDialogOptions()
public SideDialogOptions()
Properties
Position
The Position on which the dialog will be positioned
public DialogPosition Position { get; set; }
Property Value
ShowMask
Whether to show a mask on the background or not
public bool ShowMask { get; set; }
Property Value
Title
The title displayed on the dialog.
public string Title { get; set; }