Back to Devexpress

TextEdit.Suffix Property

maui-devexpress-dot-maui-dot-editors-dot-textedit-091c051f.md

latest792 B
Original Source

TextEdit.Suffix Property

Gets or sets the suffix text displayed after 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 Suffix { get; set; }

Property Value

TypeDescription
String

The suffix text.

|

See Also

TextEdit Class

TextEdit Members

DevExpress.Maui.Editors Namespace