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.
jsx
| |
autoFocus? |
|
Set the focus the Dialog container automatically when mounted. By default, the jsx
| |
autoFocusedElement? |
|
Specifies the query selector used to set the initial focus (see examples). jsx
| |
className? |
|
Sets a class of the Dialog DOM element. jsx
| |
closeIcon? |
|
Specifies whether a close button should be rendered at the top corner of the dialog. jsx
| |
contentStyle? |
|
The styles that are applied to the content of the Dialog. jsx
| |
dir? |
|
Represents the jsx
| |
height? |
|
Specifies the height of the Dialog (see example). jsx
| |
id? |
|
Sets the jsx
| |
minWidth? |
|
Specifies the minimum width of the Dialog. jsx
| |
modal? |
|
Specifies if the Dialog will be modal by rendering an overlay under the component. Defaults to jsx
| |
onClose? |
|
Fires when the Close button in the title is clicked or when the jsx
| |
overlayStyle? |
|
Set styles to the Dialog overlay element rendered when the jsx
| |
style? |
|
The styles that are applied to the Dialog. jsx
| |
themeColor? |
|
Configures the The available options are:
jsx
| |
title? |
|
Sets the title of the Dialog (see example). If jsx
| |
width? |
|
Specifies the width of the Dialog (see example). jsx
|