Skip to main content

TokenEdit.ActivateTextEditor() Method

Focuses this TokenEdit‘s text box.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void ActivateTextEditor()

Remarks

The ActivateTextEditor and TokenEdit.CloseTextEditor methods allow you to manually activate or deactivate the TokenEdit‘s text box. To check whether this text box is currently active, use the TokenEdit.IsTextEditorActive property.

See Also