Back to Devexpress

NumericEdit.Suffix Property

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

latest929 B
Original Source

NumericEdit.Suffix Property

Gets or sets the suffix text displayed after the input number in the edit box. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public string Suffix { get; set; }

Property Value

TypeDescription
String

The suffix text.

|

Remarks

See Also

NumericEdit Class

NumericEdit Members

DevExpress.Maui.Editors Namespace