GridLayoutRowProps
Interface
Represents the props of the KendoReact GridLayout row.
Definition
Package:@progress/kendo-react-layout
Properties
height?
string | number
Specifies the height of the GridLayout row (see example).
Example:
jsx
<GridLayout rows={[{ height: '100px' }]} />