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

CheckBoxProperties.UseDisplayImages Property

Gets or sets a value that specifies whether the editor’s check state is represented by custom images in browse mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool UseDisplayImages { get; set; }

Property Value

Type Default Description
Boolean **true**

true if custom images are used to represent the editor’s check state; false if the check state is represented by specific texts.

Remarks

A checkbox editor’s states displayed within a column in browse mode can be visually represented by either specific texts (see CheckBoxProperties.DisplayTextChecked, CheckBoxProperties.DisplayTextUnchecked and CheckBoxProperties.DisplayTextUndefined) or custom images (see CheckBoxProperties.DisplayImageChecked, CheckBoxProperties.DisplayImageUnchecked and CheckBoxProperties.DisplayImageUndefined). Use the UseDisplayImages property to control how to represent the editor’s check state in the ASPxGridView’s browse mode.

See Also