Back to Devexpress

DXCollectionView.SelectedItems Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-f0108200.md

latest1.0 KB
Original Source

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

csharp
public IEnumerable SelectedItems { get; set; }

Property Value

TypeDescription
IEnumerable

A collection of objects that specify items in the view’s underlying data source.

|

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace