Back to Devexpress

TextEdit.Prefix Property

maui-devexpress-dot-maui-dot-editors-dot-textedit-2235cc83.md

latest793 B
Original Source

TextEdit.Prefix Property

Gets or sets the prefix text displayed before the input string within the edit box. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public string Prefix { get; set; }

Property Value

TypeDescription
String

The prefix text.

|

See Also

TextEdit Class

TextEdit Members

DevExpress.Maui.Editors Namespace