BootstrapGridFormLayoutCssClasses Properties
Serves as the base class for classes that store CSS classes applied to visual elements of the GridView and Card View’s form layout.| Name | Description |
|---|---|
| Control | Gets or sets the name of the CSS class applied to the control’s root element. |
| Item | Gets or sets the name of a CSS class applied to a layout item element. Inherited from BootstrapFormLayoutCssClasses. |
| ItemCaption | Gets or sets the name of a CSS class applied to an item caption element. Inherited from BootstrapFormLayoutCssClasses. |
| ItemControl | Gets or sets the name of a CSS class applied to a layout item’s root element. Inherited from BootstrapFormLayoutCssClasses. |
| ItemHelpText | Gets or sets the name of a CSS class applied to the help text element. Inherited from BootstrapFormLayoutCssClasses. |
See Also