Table of Contents

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

DialogPosition

ShowMask

Whether to show a mask on the background or not

public bool ShowMask { get; set; }

Property Value

bool

Title

The title displayed on the dialog.

public string Title { get; set; }

Property Value

string