Skip to main content
A newer version of this page is available. .
Tab

CheckBoxListProperties.CheckBoxStyle Property

Gets the style settings defining the appearance of check boxes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual EditorDecorationStyle CheckBoxStyle { get; }

Property Value

Type Description
EditorDecorationStyle

An EditorDecorationStyle object that contains style settings.

Remarks

Note

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

See Also