ASPxCheckBoxList.CheckBoxStyle Property
Gets the style settings defining the appearance of check boxes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
EditorDecorationStyle | An EditorDecorationStyle object that contains style settings. |
Remarks
This property is a wrapper of the CheckBoxListProperties.CheckBoxStyle property.
See Also