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.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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.