ASPxListBox.CheckBoxCheckedImage Property
In This Article
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.2.dll
NuGet Package: DevExpress.Web
#Declaration
public InternalCheckBoxImageProperties CheckBoxCheckedImage { get; }
#Property Value
Type | Description |
---|---|
Internal |
An DevExpress. |
#Remarks
This property is a wrapper of the ListBoxProperties.CheckBoxChecked property.
See Also