New to Kendo UI for Vue? Start a free 30-day trial
FormFieldSetProps
Updated on Apr 22, 2026
Represents the props of the Kendo UI for Vue FormFieldSet component.
| Name | Type | Default | Description |
|---|---|---|---|
cols? |
|
Defines the number of columns of the fieldset. Can be a number or an array of responsive breakpoints. vue
| |
colSpan? |
|
Defines the colspan for the fieldset related to the parent vue
| |
gutters? |
|
Defines the gutters for the fieldset layout.
Accepts a number (px), a CSS string, a vue
| |
legend? |
|
Defines the legend text for the fieldset. vue
|