New to Kendo UI for Vue? Start a free 30-day trial
GridLayoutItemProps
Represents the props of the Kendo UI for Vue GridLayoutItem component.
Name | Type | Default | Description |
---|---|---|---|
class? |
|
Sets additional CSS classes to the GridLayoutItem. | |
col? |
|
Defines the column line from which the element will start (see example). | |
colSpan? |
|
Specifies the number of columns over which the element will span (see example).
Defaults to | |
content? |
|
Sets the content of the GridLayoutItem. | |
id? |
|
Sets the | |
row? |
|
Defines the row line from which the element will start (see example). | |
rowSpan? |
|
Specifies the number of rows over which the element will span (see example).
Defaults to | |
style? |
|
Sets additional CSS styles to the GridLayoutItem. |