NumericEdit.Suffix Property
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
public string Suffix { get; set; }
Property Value
Type | Description |
---|---|
String | The suffix text. |
Remarks
See Also