CheckBoxProperties.DisplayImageUnchecked Property
Gets the settings defining an image that specifies the unchecked state of a column editor in browse mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue("")]
public virtual InternalCheckBoxImageProperties DisplayImageUnchecked { get; }
#Property Value
Type | Default | Description |
---|---|---|
Internal |
String. |
An DevExpress. |
#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 DisplayImageUnchecked property can be used to define an image for the editor’s unchecked state.
Note
Note that if you specify the Display