ASPxListBox.CheckBoxStyle Property
In This Article
Gets the style settings that define the check box appearance within the ASPxListBox control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public EditorDecorationStyle CheckBoxStyle { get; }
#Property Value
Type | Description |
---|---|
Editor |
An Editor |
#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