ListBoxProperties.CheckBox 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
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 CheckBox property synchronizes its value with the editor’s ASPxListBox.CheckBoxStyle property.