Skip to main content
Tab

CheckBoxProperties.DisplayImageUndefined Property

OBSOLETE

Use the DisplayImageGrayed property instead.

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
[Obsolete("Use the DisplayImageGrayed property instead.")]
public virtual InternalCheckBoxImageProperties DisplayImageUndefined { 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 texts or custom images, depending upon the CheckBoxProperties.UseDisplayImages property’s setting. If the CheckBoxProperties.UseDisplayImages property is set to true, the DisplayImageUndefined property can be used to define an image for the editor’s undefined state.

See Also