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

FormElementProps

Updated on Apr 22, 2026

Represents the props of the Kendo U for Vue FormElement component.

NameTypeDefaultDescription

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"

medium

Configures the size of the Form.

The available options are:

  • small
  • medium
  • large
  • null—Does not set a size class.
Not finding the help you need?
Contact Support