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

ASPxCheckBox.GrayedImage Property

Provides access to the settings that define an image of a check box in an indeterminate (grayed) state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual InternalCheckBoxImageProperties GrayedImage { get; }

Property Value

Type Description
InternalCheckBoxImageProperties

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

Remarks

Note that if you specify the GrayedImage property, you should set the image size via the Height and Width properties.

See Also