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

CheckBoxProperties.DisplayImageGrayed Property

Gets the settings defining an image that specifies the undefined (grayed) state of a column editor in browse mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("")]
public virtual InternalCheckBoxImageProperties DisplayImageGrayed { get; }

Property Value

Type Default Description
InternalCheckBoxImageProperties String.Empty

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

Remarks

A checkbox editor’s states displayed within a column in browse mode can be visually denoted by either specific text or custom images, depending upon the CheckBoxProperties.UseDisplayImages property’s setting. If the CheckBoxProperties.UseDisplayImages property is set to true, the DisplayImageGrayed property can be used to define an image for the editor’s undefined state.

Note

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

See Also