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.2.dll
NuGet Package: DevExpress.Web
#Declaration
public EditorDecorationStyle CheckBoxFocused { 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 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 Check