Skip to main content
Tab

ASPxCheckBoxList.CheckBoxFocusedStyle Property

Gets the style settings defining the appearance of a check box when it is focused.

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 style settings.

Remarks

This property is a wrapper of the CheckBoxListProperties.CheckBoxFocusedStyle property.

See Also