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.v18.2.dll

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