DialogProps
Represents the props of the KendoVue Dialog component.
Name | Type | Default | Description |
---|---|---|---|
appendTo? |
|
Defines the string selector to the element to which the Dialog will be appended. Defaults to its parent element. | |
className? |
|
Sets a class of the Dialog DOM element. | |
closeIcon? |
|
Specifies whether a close button should be rendered at the top corner of the dialog. | |
contentStyle? |
|
The styles that are applied to the content of the Dialog. | |
dialogClass? |
| ||
dir? |
|
Represents the | |
height? |
|
Specifies the height of the Dialog (see example). | |
id? |
|
Sets the | |
minWidth? |
|
Specifies the minimum width of the Dialog. | |
onClose? |
|
Fires when the Close button in the title is clicked or when the | |
onOverlayclick? |
|
Fires when modal overlay of the Window is clicked. | |
style? |
|
The styles that are applied to the Dialog. | |
themeColor? |
|
Specifies the theme color of the Dialog. The available options are | |
title? |
|
Sets the title of the Dialog (see example). If | |
titleRender? |
|
Defines the custom rendering of the title. Accepts a Vue component, a | |
width? |
|
Specifies the width of the Dialog (see example). | |
wrapperId? |
|
Sets the |