Back to Devexpress

TokenEdit.IsEditorActive Property

windowsforms-devexpress-dot-xtraeditors-dot-tokenedit-59fd8e45.md

latest1.5 KB
Original Source

TokenEdit.IsEditorActive Property

Checks whether or not this TokenEdit is currently focused.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override bool IsEditorActive { get; }
vb
Public Overrides ReadOnly Property IsEditorActive As Boolean

Property Value

TypeDescription
Boolean

true if this TokenEdit is currently focused; otherwise, false.

|

Remarks

To activate the TokenEdit‘s text box in code, call the TokenEdit.ActivateTextEditor method.

See Also

ActivateTextEditor()

TokenEdit Class

TokenEdit Members

DevExpress.XtraEditors Namespace