NumericEdit.Prefix Property
In This Article
Gets or sets the prefix text displayed before 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 Prefix { get; set; }
#Property Value
Type | Description |
---|---|
String | The prefix text. |
#Remarks
See Also