Skip to main content

AutoCompleteTokenEdit.SelectedItems Property

Gets or sets the collection of data objects whose corresponding tokens are selected. 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 collection of selected data source objects.

Remarks

Each change to the selected items raises the editor SelectionChanged event. Handle the event or use the SelectionChangedCommand to respond to user selection actions.

See Also