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

ASPxListBox.CheckBoxGrayedImage Property

Provides access to the settings that define the image of the “Select All” check box when one or more list box items are selected.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public InternalCheckBoxImageProperties CheckBoxGrayedImage { get; }

Property Value

Type Description
InternalCheckBoxImageProperties

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

Remarks

ASPxListBox-SelectAll-GrayedImage

Online demo: List Box with Multiple Selection

See Also