Skip to main content

TokenEdit.EditText Property

Returns the text currently displayed in the TokenEdit.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public string EditText { get; }

Property Value

Type Description
String

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

See Also