Back to Devexpress

TokenEdit.IsTextEditorActive Property

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-3610b1a7.md

latest1.2 KB
Original Source

TokenEdit.IsTextEditorActive Property

Gets or sets whether the TokenEdit‘s text box currently has focus.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsTextEditorActive { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsTextEditorActive As Boolean

Property Value

TypeDescription
Boolean

true if the TokenEdit‘s text box currently has focus; otherwise, false.

|

See Also

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace