FormElementProps
Represents the props of the KendoReact FormElement component.
Definition
Package:@progress/kendo-react-form
Properties
className?
string
Sets a class for the form DOM element.
cols?
number | ResponsiveFormBreakPoint[]
Defines the number of columns in the form. Can be a number or an array of responsive breakpoints.
gutters?
string | number | ResponsiveFormBreakPoint[] | Gutters
Defines the gutters for the form. You can specify gutters for rows and columns. Number is equivalent to px.
horizontal?
boolean
If set to true enable the horizontal layout of the form editors.
id?
string
Sets the id of the form DOM element. Takes priority over the Form's id.
size?
"small" | "medium" | "large"
Configures the size of the Form.
The available options are:
- small
- medium
- large
undefined (theme-controlled)
style?
CSSProperties
The styles that are applied to the form DOM element.