Skip to main content
Tab

CheckBoxListProperties.CheckBoxFocusedStyle Property

Gets the style settings which define the check box appearance in the focused state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual EditorDecorationStyle CheckBoxFocusedStyle { get; }

Property Value

Type Description
EditorDecorationStyle

An EditorDecorationStyle object that contains the style settings.

Remarks

Note

The CheckBoxFocusedStyle property synchronizes its value with the editor’s ASPxCheckBoxList.CheckBoxFocusedStyle property.

See Also