ASPxListBox.CheckBoxFocusedStyle Property
In This Article
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 CheckBoxFocusedStyle { get; }
#Property Value
Type | Description |
---|---|
Editor |
An Editor |
#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