New to KendoReact? Learn about KendoReact Free.
GridLayoutProps
Represents the props of the KendoReact GridLayout component.
Name | Type | Default | Description |
---|---|---|---|
align? |
|
Specifies the horizontal and vertical alignment of the inner GridLayout elements (see example). The possible keys are:
Example: jsx
| |
children? |
|
The React elements that will be rendered inside the GridLayout (see example). Example: jsx
| |
className? |
|
Sets additional CSS classes to the GridLayout (see example). Example: jsx
| |
cols? |
|
Specifies the default number of columns and their widths (see example). Example: jsx
| |
gap? |
|
Specifies the gaps between the elements (see example).
Example: jsx
| |
id? |
|
Sets the Example: jsx
| |
rows? |
|
Specifies the default number of rows and their height (see example). Example: jsx
| |
style? |
|
Sets additional CSS styles to the GridLayout (see example). Example: jsx
|