FormElementProps
Interface
Represents the props of the Kendo U for Vue FormElement component.
Definition
Package:@progress/kendo-vue-form
Properties
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 layout. You can specify gutters for rows and columns.
Accepts a number (treated as px), a CSS string, a Gutters object with cols/rows keys,
or an array of responsive breakpoints.
horizontal?
boolean
If set to true enable the horizontal layout of the form editors.
size?
"small" | "medium" | "large"
Configures the size of the Form.
The available options are:
- small
- medium
- large
- null—Does not set a size
class.
Default:
medium