ListBoxProperties.CheckBoxFocused Property
Gets the style settings that define the check box appearance in the focused state 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 CheckBoxFocused property to specify style settings that define the focused check box appearance. To specify style settings for unfocused check boxes, use the ASPxListBox.CheckBoxStyle property.
The CheckBoxFocused property is not in effect if the ASPxListBox.NativeCheckBoxes property is set to true
.
Note
The CheckBoxFocused property synchronizes its value with the editor’s ASPxListBox.CheckBoxFocusedStyle property.