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

ASPxListBox.CheckBoxCheckedImage 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.v19.1.dll

Declaration

public InternalCheckBoxImageProperties CheckBoxCheckedImage { get; }

Property Value

Type Description
InternalCheckBoxImageProperties

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

Remarks

This property is a wrapper of the ListBoxProperties.CheckBoxChecked property.

See Also