Back to Devexpress

TokenEditorBehavior.ActiveToken Property

wpf-devexpress-dot-xpf-dot-editors-dot-tokeneditorbehavior.md

latest1.1 KB
Original Source

TokenEditorBehavior.ActiveToken Property

Returns the currently active token. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ButtonEdit ActiveToken { get; }
vb
Public ReadOnly Property ActiveToken As ButtonEdit

Property Value

TypeDescription
ButtonEdit

A ButtonEdit object that is the currently active token.

|

See Also

TokenEditorBehavior Class

TokenEditorBehavior Members

DevExpress.Xpf.Editors Namespace