FieldWrapperProps
Interface
Represents the props of the KendoReact FieldWrapper component.
Definition
Package:@progress/kendo-react-form
Properties
className?
string
Sets a class for the FieldWrapper DOM element.
colSpan?
number | ResponsiveFormBreakPoint[]
Defines the colspan for the form field element related to the parent Form component columns. Can be a number or an array of responsive breakpoints.
dir?
string
Specifies the direction of the content.
style?
CSSProperties
The styles that are applied to the FieldWrapper.