Skip to main content
A newer version of this page is available. .

TokenEdit.IsTextEditorActive Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool IsTextEditorActive { get; }

Property Value

Type Description
Boolean

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

See Also