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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.