TextEdit.Prefix Property
In This Article
Gets or sets the prefix text displayed before the input string within 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. |
See Also