TextEdit.DisplayFormat Property
Gets or sets the format for numeric and date/time values displayed in the editor. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string DisplayFormat { get; set; }
Property Value
Type | Description |
---|---|
String | The text format string. |
See Also