Skip to main content

TokenEditorBehavior.TokenEditor Property

Gets the token editor associated with the behavior.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: 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