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