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

ASPxListBox.CheckBoxStyle Property

Gets the style settings that define the check box appearance within the ASPxListBox control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public EditorDecorationStyle CheckBoxStyle { get; }

Property Value

Type Description
EditorDecorationStyle

An EditorDecorationStyle object that contains the style settings.

Remarks

Note that the CheckBoxStyle property also affects the “Select All” check box.

This property is a wrapper of the ListBoxProperties.CheckBox property.

See Also