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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public InternalCheckBoxImageProperties CheckBoxUnchecked { get; }
#Property Value
Type | Description |
---|---|
Internal |
An DevExpress. |
#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 Check