New to KendoReact? Start a free 30-day trial
FormElementProps
FormElementPropsPremium
Updated on Oct 31, 2025
Represents the props of the KendoReact FormElement component.
| Name | Type | Default | Description | 
|---|---|---|---|
className? | 
 | 
 Sets a class for the form DOM element.  | |
cols? | 
 | 
 Defines the number of columns in the form. Can be a number or an array of responsive breakpoints.  | |
gutters? | 
 | 
 Defines the gutters for the form. You can specify gutters for rows and columns. Number is equivalent to px.  | |
horizontal? | 
 | 
 If set to   | |
id? | 
 | 
 Sets the id of the form DOM element. Takes priority over the Form's id.  | |
size? | 
 | 
 | 
 Configures the  The available options are: 
  | 
style? | 
 | 
 The styles that are applied to the form DOM element.  |