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

ListBoxProperties.CheckBoxUnchecked Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public InternalCheckBoxImageProperties CheckBoxUnchecked { 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 CheckBoxUnchecked property to specify the image of check boxes in the unchecked state. Note that if you specify the CheckBoxUnchecked property you should set the image size via the Height and Width properties. To specify an image for checked check boxes use the ASPxListBox.CheckBoxCheckedImage property.

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

Note

The CheckBoxUnchecked property synchronizes its value with the editor’s ASPxListBox.CheckBoxUncheckedImage property.

See Also