DialogProps
Represents the props of the KendoReact Dialog component.
Name | Type | Default | Description |
---|---|---|---|
appendTo? |
|
Defines the container to which the Dialog will be appended. Defaults to body.
| |
autoFocus? |
|
Focus the Dialog container automatically when mounted. By default the autoFocus is false. | |
autoFocusedElement? |
|
Specifies the query selector used to set the initial focus (see examples). | |
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. | |
dir? |
|
Represents the | |
height? |
|
Specifies the height of the Dialog (see example). | |
id? |
|
Sets the | |
minWidth? |
|
Specifies the minimum width of the Dialog. | |
modal? |
|
Specifies if the Dialog will be modal by rendering an overlay under the component. Defaults to | |
onClose? |
|
Fires when the Close button in the title is clicked or when the | |
overlayStyle? |
|
Set styles to the Dialog overlay element rendered when the | |
style? |
|
The styles that are applied to the Dialog. | |
themeColor? |
|
Configures the The available options are:
| |
title? |
|
Sets the title of the Dialog (see example). If | |
width? |
|
Specifies the width of the Dialog (see example). |