MultipleStateConfirmDialogOptions Class

Confirm dialog options for multiple states.

Definition

Namespace: MobileTrack.Web.Components.Models
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class MultipleStateConfirmDialogOptions
Inheritance
Object    MultipleStateConfirmDialogOptions

Constructors

MultipleStateConfirmDialogOptionsInitializes a new instance of the MultipleStateConfirmDialogOptions class

Properties

Buttons Gets or sets the buttons for the options.
DialogCssClass Gets or sets the CSS class for the dialog.
Dismissible Gets or sets a value indicating whether the dialog is dismissible by clicking the close button.
HeaderCssClass Gets or sets the CSS class for the dialog header.
IsScrollable Gets or sets a value indicating whether the dialog content is scrollable.
IsVerticallyCentered Gets or sets a value indicating whether the dialog is vertically centered.
Size Gets or sets the DialogSize> of the dialog.

See Also