Skip to main content

TokenEditorBehavior.ActivateToken(Int32) Method

Activates a token with the specified index.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual void ActivateToken(
    int index
)

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