ASPxCheckBox.GrayedImage Property
In This Article
Provides access to the settings that define an image of a check box in an indeterminate (grayed) state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual InternalCheckBoxImageProperties GrayedImage { get; }
#Property Value
Type | Description |
---|---|
Internal |
An DevExpress. |
#Remarks
Note that if you specify the GrayedImage property, you should set the image size via the Height and Width properties.
See Also