BootstrapFormLayout.CssClasses Property
Provides access to CSS classes applied to visual elements of the Form Layout control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public virtual BootstrapFormLayoutCssClasses CssClasses { get; }
Property Value
| Type | Description |
|---|---|
| BootstrapFormLayoutCssClasses | A BootstrapFormLayoutCssClasses object containing CSS settings. |
See Also