WindowProps
Represents the props of the KendoReact Window component.
Name | Type | Default | Description |
---|---|---|---|
appendTo? |
|
Defines the container to which the Window will be appended. Defaults to its parent element.
If set to jsx
| |
autoFocus? |
|
Focus the Window container automatically when mounted. By default, the jsx
| |
className? |
|
Sets a class of the Window DOM element. jsx
| |
closeButton? |
|
Specifies if the Window will render the close button. jsx
| |
doubleClickStageChange? |
|
Specifies if the Window stage will change on title double click. This is on by default. jsx
| |
draggable? |
|
Specifies if the Window will be draggable (see example). jsx
| |
height? |
|
Specifies the height of the Window (see example). jsx
| |
id? |
|
Sets the jsx
| |
initialHeight? |
|
Specifies the initial height of the Window (see example). The component will be in an uncontrolled mode. jsx
| |
initialLeft? |
|
Specifies the initial jsx
| |
initialTop? |
|
Specifies the initial jsx
| |
initialWidth? |
|
Specifies the initial width of the Window (see example). The component will be in an uncontrolled mode. jsx
| |
left? |
|
Specifies the left coordinates of the Window. jsx
| |
maximizeButton? |
|
Specifies if the Window will render the maximize button. jsx
| |
minHeight? |
|
Specifies the minimum height of the Window (see example). jsx
| |
minimizeButton? |
|
Specifies if the Window will render the minimize button. jsx
| |
minWidth? |
|
Specifies the minimum width of the Window (see example). jsx
| |
modal? |
|
Specifies if the Window will be modal by rendering an overlay under the component. jsx
| |
onClose? |
|
Fires when the Close button in the title is clicked or when the jsx
| |
onMove? |
|
Fires when the Window is dragged. jsx
| |
onResize? |
|
Fires when the Window resizes. jsx
| |
onStageChange? |
|
Fires when the jsx
| |
overlayStyle? |
|
Set styles to the Window overlay element rendered when the jsx
| |
resizable? |
|
Specifies if the Window will be resizable (see example). jsx
| |
restoreButton? |
|
Specifies if the Window will render the restore button. jsx
| |
shouldUpdateOnDrag? |
|
Specifies if the Window content will update during resizing. jsx
| |
stage? |
|
Controls the state of the Window (see example). The supported values are:
jsx
| |
style? |
|
Set styles to the Window element. jsx
| |
themeColor? |
|
Configures the The available options are:
jsx
| |
title? |
|
Specifies the title of the Window (see example). jsx
| |
top? |
|
Specifies the top coordinates of the Window. jsx
| |
width? |
|
Specifies the width of the Window. jsx
|