Back to Devexpress

TokenEdit.EditText Property

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-9ec49864.md

latest1.2 KB
Original Source

TokenEdit.EditText Property

Returns the text currently displayed in the TokenEdit.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public string EditText { get; }
vb
<Browsable(False)>
Public ReadOnly Property EditText As String

Property Value

TypeDescription
String

A String value that is the currently displayed in the TokenEdit text.

|

See Also

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace