ASPxListBox.CheckBoxGrayedImage Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public InternalCheckBoxImageProperties CheckBoxGrayedImage { get; }
#Property Value
Type | Description |
---|---|
Internal |
An DevExpress. |
#Remarks
Online demo: List Box with Multiple Selection
See Also