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