CheckBoxProperties.DisplayTextUndefined Property
OBSOLETE
Use the DisplayTextGrayed property instead.
Gets or sets the text that represents the undefined state of a column editor in browse mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue("?")]
[Obsolete("Use the DisplayTextGrayed property instead.")]
public string DisplayTextUndefined { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | "?" | A String value that specifies the display text. |
Remarks
A checkbox editor’s states displayed within a column in browse mode can be visually represented by either specific texts or custom images depending upon the CheckBoxProperties.UseDisplayImages property’s setting.
If the CheckBoxProperties.UseDisplayImages property is set to false
, the DisplayTextUndefined property can be used to define the text displayed for the editor’s undefined state.
See Also