Back to Devexpress

ASPxCheckBoxList.CheckBoxStyle Property

aspnet-devexpress-dot-web-dot-aspxcheckboxlist-50acb619.md

latest1.3 KB
Original Source

ASPxCheckBoxList.CheckBoxStyle Property

Gets the style settings defining the appearance of check boxes.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
EditorDecorationStyle

An EditorDecorationStyle object that contains style settings.

|

Remarks

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

See Also

Check Box List

ASPxCheckBoxList Class

ASPxCheckBoxList Members

DevExpress.Web Namespace