TokensChangedEventArgs.AddedTokens Property
In This Article
Gets the list of tokens that have been added.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
IList<Object> | The list of tokens that have been added. |
See Also