Class DialogOptionsBase
Base Class for dialog options
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public abstract class DialogOptionsBase : object
Properties
CloseDialogOnOverlayClick
Gets or sets a value indicating whether the dialog should be closed by clicking the overlay.
Declaration
public bool CloseDialogOnOverlayClick { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CloseTabIndex
Gets or sets a value the dialog escape tabindex. Set to 0
by default.
Declaration
public int CloseTabIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ContentCssClass
Gets or sets the CSS classes added to the dialog's content element.
Declaration
public string ContentCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CssClass
Gets or sets dialog box custom class
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Gets or sets the height of the dialog.
Declaration
public string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String | The height. |
ShowClose
Gets or sets a value indicating whether to show the close button. Set to true
by default.
Declaration
public bool ShowClose { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowTitle
Gets or sets a value indicating whether to show the title bar. Set to true
by default.
Declaration
public bool ShowTitle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Style
Gets or sets the CSS style of the dialog
Declaration
public string Style { get; set; }
Property Value
Type | Description |
---|---|
System.String | The style. |
Width
Gets or sets the width of the dialog.
Declaration
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String | The width. |
WrapperCssClass
Gets or sets the CSS classes added to the dialog's wrapper element.
Declaration
public string WrapperCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |