Skip to main content

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

public IList SelectedItems { get; set; }

Property Value

Type Description
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