SideDialogOptions Class

Class SideDialogOptions

Inheritance

Object

DialogOptionsBase

SideDialogOptions

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class SideDialogOptions : DialogOptionsBase

Constructors

SideDialogOptionslink

Class SideDialogOptions

Declaration
public SideDialogOptions()

Properties

AutoFocusFirstElementlink

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
boolGets or sets a value indicating whether to focus the first focusable HTML element. Set to true by default.

MinHeightlink

Gets or sets the minimum height (in pixels) enforced while resizing the side dialog.

Declaration
public double MinHeight { get; set; }
Property Value
Type Description
doubleGets or sets the minimum height (in pixels) enforced while resizing the side dialog.

MinWidthlink

Gets or sets the minimum width (in pixels) enforced while resizing the side dialog.

Declaration
public double MinWidth { get; set; }
Property Value
Type Description
doubleGets or sets the minimum width (in pixels) enforced while resizing the side dialog.

Positionlink

The Position on which the dialog will be positioned

Declaration
public DialogPosition Position { get; set; }
Property Value
Type Description
DialogPositionThe Position on which the dialog will be positioned

ResizeBarAriaLabellink

Gets or sets the aria label of the resize bar.

Declaration
public string ResizeBarAriaLabel { get; set; }
Property Value
Type Description
stringGets or sets the aria label of the resize bar.

ResizeBarTitlelink

Gets or sets the title of the resize bar.

Declaration
public string ResizeBarTitle { get; set; }
Property Value
Type Description
stringGets or sets the title of the resize bar.

ShowMasklink

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
boolWhether to show a mask on the background or not. Set to true by default.

Titlelink

The title displayed on the dialog.

Declaration
public string Title { get; set; }
Property Value
Type Description
stringThe title displayed on the dialog.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙