GridLayoutItemProps
Interface
Represents the props of the Kendo UI for Vue GridLayoutItem component.
Definition
Package:@progress/kendo-vue-layout
Properties
class?
string
Sets additional CSS classes to the GridLayoutItem.
col?
number
Defines the column line from which the element will start (see example).
colSpan?
number
Specifies the number of columns over which the element will span (see example).
Defaults to 1.
content?
any
Sets the content of the GridLayoutItem.
id?
string
Sets the id property of the root GridLayoutItem element.
row?
number
Defines the row line from which the element will start (see example).
rowSpan?
number
Specifies the number of rows over which the element will span (see example).
Defaults to 1.
style?
any
Sets additional CSS styles to the GridLayoutItem.