Back to Devexpress

TokenEdit.SelectedItems Property

maui-devexpress-dot-maui-dot-editors-dot-tokenedit-0a61522e.md

latest1.3 KB
Original Source

TokenEdit.SelectedItems Property

Gets or sets the list of objects whose corresponding tokens are to be selected in the edit box. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public IList SelectedItems { get; set; }

Property Value

TypeDescription
IList

A list of objects.

|

Remarks

You can also use the SelectedIndexes and SelectedValues properties to specify the selected items in a TokenEdit.

Refer to the following section for more information about selection in the TokenEdit control: Manage Selected Items.

See Also

TokenEdit Class

TokenEdit Members

DevExpress.Maui.Editors Namespace