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

TokenEditorBehavior.TokenEditor Property

Gets the token editor associated with the behavior.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public TokenEditor TokenEditor { get; }

Property Value

Type Description
DevExpress.Xpf.Editors.Internal.TokenEditor

A token editor associated with the behavior.

Remarks

Use the TokenEditor property to obtain a token editor associated with the current TokenEditorBehavior object.

See Also