TokenEdit.IsEditorActive Property
Checks whether or not this TokenEdit is currently focused.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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