Back to Devexpress

NumericEdit.DisplayFormat Property

maui-devexpress-dot-maui-dot-editors-dot-numericedit.md

latest1.3 KB
Original Source

NumericEdit.DisplayFormat Property

Gets or sets the pattern used to format the editor’s value. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public string DisplayFormat { get; set; }

Property Value

TypeDescription
String

The text pattern for the editor’s value.

|

Remarks

Use the DisplayFormat property to specify the format for a numeric value displayed in the editor. To create format patterns, you can use standard or custom format specifiers (see the MSDN topics Standard Numeric Format Strings and Custom Numeric Format Strings), for example:

  • Currency

  • Numeric

  • Percent

See Also

NumericEdit Class

NumericEdit Members

DevExpress.Maui.Editors Namespace