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