ValueInfo<T>.DisplayText Property
Returns the text displayed for the value.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public string DisplayText { get; }
Property Value
Type | Description |
---|---|
String | The value display text. |
See Also