TokenStateChangedEventArgs.Token Property
In This Article
Gets the token that has been activated or deactivated.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ButtonEdit Token { get; }
#Property Value
Type | Description |
---|---|
Button |
The token that has been activated or deactivated. |
See Also