DataFormTextItemBase.DisplayText Property
In This Article
Returns the display text for the editor.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public string DisplayText { get; }
#Property Value
Type | Description |
---|---|
String | A string that is the editor’s display text. |
See Also