Skip to main content
Tab

ASPxListBox.CheckBoxUncheckedImage 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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public InternalCheckBoxImageProperties CheckBoxUncheckedImage { get; }

Property Value

Type Description
InternalCheckBoxImageProperties

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

Remarks

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

See Also