DisplayData.DisplayText Property
Gets the text that should be rendered.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string DisplayText { get; }
Property Value
| Type | Description |
|---|---|
| String | The text that should be rendered. |
See Also