New to Kendo UI for VueStart a free 30-day trial

Represents the props of the Kendo UI for Vue FormFieldSet component.

Definition

Package:@progress/kendo-vue-form

Properties

Defines the number of columns of the fieldset. Can be a number or an array of responsive breakpoints.

Example:
vue
<FormFieldSet :cols="2" legend="Address" />

Defines the colspan for the fieldset related to the parent FormElement columns. Can be a number or an array of responsive breakpoints.

Example:
vue
<FormFieldSet :col-span="2" legend="Address" />

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' }.

Example:
vue
<FormFieldSet :gutters="{ rows: '8px', cols: '24px' }" legend="Address" />

legend?

string

Defines the legend text for the fieldset.

Example:
vue
<FormFieldSet legend="Personal Information" />
In this article
DefinitionPropertiescols?colSpan?gutters?legend?
Not finding the help you need?
Contact Support