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