BootstrapCheckBoxList.CssClasses Property
Provides access to CSS classes applied to visual elements of the Check Box List control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCheckBoxListCssClasses CssClasses { get; }
Property Value
Type | Description |
---|---|
BootstrapCheckBoxListCssClasses | A BootstrapCheckBoxListCssClasses object containing CSS settings. |
See Also