Back to Devexpress

AutoCompleteTokenEdit.SelectedItems Property

maui-devexpress-dot-maui-dot-editors-dot-autocompletetokenedit-667adeb7.md

latest1.2 KB
Original Source

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

csharp
public IList SelectedItems { get; set; }

Property Value

TypeDescription
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

AutoCompleteTokenEdit Class

AutoCompleteTokenEdit Members

DevExpress.Maui.Editors Namespace