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