FormElementProps

Represents the props of the KendoReact FormElement component.

NameTypeDefaultDescription

className?

string

Sets a class of the form DOM element.

horizontal?

boolean

If set to true enable the horizontal layout of the form editors.

size?

"null" | "small" | "large" | "medium"

medium

Configures the size of the Form.

The available options are:

  • small
  • medium
  • large
  • null—Does not set a size className.

style?

React.CSSProperties

The styles that are applied to the form DOM element.

In this article

Not finding the help you need?