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