Skip to main content
Tab

ListBoxProperties.CheckBox Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public EditorDecorationStyle CheckBox { get; }

Property Value

Type Description
EditorDecorationStyle

An EditorDecorationStyle object that contains the style settings.

Remarks

When the ASPxListBox.SelectionMode property is set to CheckColumn, check boxes are displayed next to list box items. Use the CheckBox property to specify style settings that define the check box appearance. To specify style settings for focused check boxes, use the ASPxListBox.CheckBoxFocusedStyle property.

The CheckBox property is not in effect if the ASPxListBox.NativeCheckBoxes property is set to true.

Note

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

See Also