TextEdit.DisplayFormat Property
Specifies the format for numeric and date/time values displayed in the editor.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public string DisplayFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The text format string. |
See Also