Class SideDialogOptions
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class SideDialogOptions : DialogOptionsBaseGets or sets a value indicating whether to focus the first focusable HTML element. Set to true by default.
public bool AutoFocusFirstElement { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether to focus the first focusable HTML element. Set to true by default. |
Gets or sets the minimum height (in pixels) enforced while resizing the side dialog.
public double MinHeight { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the minimum height (in pixels) enforced while resizing the side dialog. |
Gets or sets the minimum width (in pixels) enforced while resizing the side dialog.
public double MinWidth { get; set; }
| Type | Description |
|---|---|
| double | Gets or sets the minimum width (in pixels) enforced while resizing the side dialog. |
The Position on which the dialog will be positioned
public DialogPosition Position { get; set; }
| Type | Description |
|---|---|
| DialogPosition | The Position on which the dialog will be positioned |
Gets or sets the aria label of the resize bar.
public string ResizeBarAriaLabel { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the aria label of the resize bar. |
Gets or sets the title of the resize bar.
public string ResizeBarTitle { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the title of the resize bar. |
Whether to show a mask on the background or not. Set to true by default.
public bool ShowMask { get; set; }
| Type | Description |
|---|---|
| bool | Whether to show a mask on the background or not. Set to true by default. |
The title displayed on the dialog.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | The title displayed on the dialog. |