TokenEdit.IsEditorActive Property
In This Article
Checks whether or not this TokenEdit is currently focused.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if this Token |
#Remarks
To activate the TokenEdit‘s text box in code, call the TokenEdit.ActivateTextEditor method.
See Also