FormFieldSetProps
Interface
Represents the props of the Kendo UI for Vue FormFieldSet component.
Definition
Package:@progress/kendo-vue-form
Properties
cols?
number | ResponsiveFormBreakPoint[]
Defines the number of columns of the fieldset. Can be a number or an array of responsive breakpoints.
colSpan?
number | ResponsiveFormBreakPoint[]
Defines the colspan for the fieldset related to the parent FormElement columns.
Can be a number or an array of responsive breakpoints.
gutters?
string | number | ResponsiveFormBreakPoint[] | Gutters
Defines the gutters for the fieldset layout.
Accepts a number (px), a CSS string, a Gutters object with cols/rows keys,
or an array of responsive breakpoints.
Defaults to { rows: '0px', cols: '16px' }.
legend?
string
Defines the legend text for the fieldset.