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

ListBoxProperties.CheckBoxChecked Property

Provides access to the settings that define the image of check boxes in the checked state within the ASPxListBox control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public InternalCheckBoxImageProperties CheckBoxChecked { get; }

Property Value

Type Description
InternalCheckBoxImageProperties

An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.

Remarks

When the ASPxListBox.SelectionMode property is set to CheckColumn, check boxes are displayed next to list box items. Use the CheckBoxChecked property to specify the image of check boxes in the checked state. Note that if you specify the CheckBoxChecked property, you should set the image size via the Height and Width properties. To specify an image for unchecked check boxes use the ASPxListBox.CheckBoxUncheckedImage property.

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

Note

The CheckBoxChecked property synchronizes its value with the editor’s ASPxListBox.CheckBoxCheckedImage property.

See Also