SideDialogOptions Class

Class SideDialogOptions

Inheritance

Object

DialogOptionsBase

SideDialogOptions

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class SideDialogOptions : DialogOptionsBase

Constructors

SideDialogOptionsLink to this section

Class SideDialogOptions

Declaration
public SideDialogOptions()

Properties

AutoFocusFirstElementLink to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 to this section

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 🗙