DataControlBase.SelectedItems Property
In This Article
Gets data objects that correspond to items currently selected within a grid.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
IList | The list which contains data objects corresponding to selected items. |
#Remarks
The SelectedItems collection contains data objects which correspond to items currently selected within a grid. To select an item, use the DataControlBase.SelectItem method. To unselect an item, use the DataControlBase.UnselectItem method.
See Also