NumericEdit.Suffix Property
In This Article
Gets or sets the suffix text displayed after the input number in the edit box.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public string Suffix { get; set; }
#Property Value
Type | Description |
---|---|
String | The suffix text. |
#Remarks
See Also