ListBoxProperties.CheckBox Property
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 CheckBox { get; }
#Property Value
Type | Description |
---|---|
Editor |
An Editor |
#Remarks
When the ASPxListBox.SelectionMode property is set to CheckColumn, check boxes are displayed next to list box items. Use the CheckBox property to specify style settings that define the check box appearance. To specify style settings for focused check boxes, use the ASPxListBox.CheckBoxFocusedStyle property.
The CheckBox property is not in effect if the ASPxListBox.NativeCheckBoxes property is set to true
.
Note
The Check