Back to Devexpress

ASPxCheckBoxList.CheckBoxFocusedStyle Property

aspnet-devexpress-dot-web-dot-aspxcheckboxlist-a0e1f0a4.md

latest1.5 KB
Original Source

ASPxCheckBoxList.CheckBoxFocusedStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual EditorDecorationStyle CheckBoxFocusedStyle { get; }
vb
Public Overridable ReadOnly Property CheckBoxFocusedStyle As EditorDecorationStyle

Property Value

TypeDescription
EditorDecorationStyle

An EditorDecorationStyle object that contains style settings.

|

Remarks

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

See Also

CheckBoxFocusedStyle

Check Box List

ASPxCheckBoxList Class

ASPxCheckBoxList Members

DevExpress.Web Namespace