Kendo.Mvc.UI.Dialog
Kendo UI Dialog component
Properties
Modal
Specifies whether the dialog should show a modal overlay over the page.
Height
Specifies height of the dialog.
MaxHeight
The maximum height (in pixels) that may be achieved by resizing the dialog.
MaxWidth
The maximum width (in pixels) that may be achieved by resizing the dialog.
MinHeight
The minimum height (in pixels) that may be achieved by resizing the dialog.
MinWidth
The minimum width (in pixels) that may be achieved by resizing the dialog.
Width
Specifies width of the dialog.
ModalSettings
Specifies whether the dialog should show a modal overlay over the page.
Actions
A collection of objects containing text, action and primary attributes used to specify the dialog buttons. #### Example
ButtonLayout
Specifies the possible layout of the action buttons in the Dialog.Note: Stretched layout has no effect in browsers, like IE9, that do not support flexbox.Possible values are: normal or stretched.
Closable
Specifies whether a close button should be rendered at the top corner of the dialog.
Messages
Defines the text of the labels that are shown within the dialog. Used primarily for localization.
Visible
Specifies whether the dialog will be initially visible.
Size
Set predefined size to the dialog. The width and height configuration options override the predefined size.Possible values are: auto; small; medium or large.
Content
The content of the dialog
Methods
SerializeSettings
Serialize current instance to Dictionary