TokenEditorBehavior.ActivateToken(Int32) Method
Activates a token with the specified index.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An Int32 value that is the index of a token to be activated. |
Remarks
Use the ActivateToken method to programmatically activate a token specified by its index.
See Also