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

TokenEdit.IsEditorActive Property

Checks whether or not this TokenEdit is currently focused.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public override bool IsEditorActive { get; }

Property Value

Type Description
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