GridLayoutItemProps
Represents the props of the KendoReact GridLayoutItem component.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
The React elements that will be rendered inside the GridLayoutItem (see example). Example: jsx
| |
className? |
|
Sets additional CSS classes to the GridLayoutItem (see example). Example: jsx
| |
col? |
|
Defines the column line from which the element will start (see example). Example: jsx
| |
colSpan? |
|
Specifies the number of columns over which the element will span (see example).
Defaults to Example: jsx
| |
id? |
|
Sets the Example: jsx
| |
row? |
|
Defines the row line from which the element will start (see example). Example: jsx
| |
rowSpan? |
|
Specifies the number of rows over which the element will span (see example).
Defaults to Example: jsx
| |
style? |
|
Sets additional CSS styles to the GridLayoutItem (see example). Example: jsx
|