TokenEdit.GetTokenList() Method
In This Article
Returns a TokenEditSelectedItemCollection object that contains all tokens currently visible within the editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Returns
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
The GetTokenList method is identical to the TokenEdit.SelectedItems property.
See Also