ASPxListBox.CheckBoxStyle Property
Gets the style settings that define the check box appearance within the ASPxListBox control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
EditorDecorationStyle | An EditorDecorationStyle object that contains the style settings. |
Remarks
Note that the CheckBoxStyle property also affects the “Select All” check box.
This property is a wrapper of the ListBoxProperties.CheckBox property.
See Also