DXCollectionView.SelectedItems Property
Gets or sets selected items when the SelectionMode property is set to Multiple. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public IEnumerable SelectedItems { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable | A collection of objects that specify items in the view’s underlying data source. |
See Also