ASPxListBox.CheckBoxFocusedStyle 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
Note that the CheckBoxFocusedStyle property also affects the “Select All” check box.
This property is a wrapper of the ListBoxProperties.CheckBoxFocused property.
See Also