Skip to main content
A newer version of this page is available. .

TokenEditorBehavior.ActivateToken(Int32) Method

Activates a token with the specified index.

Namespace: DevExpress.Xpf.Editors

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

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