DataControlBase.GetSelectedCells() Method
In This Article
Returns the selected data cells.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Returns
Type | Description |
---|---|
IList<Grid |
The list of Grid |
#Remarks
If multiple cell selection is disabled or there aren’t any selected cells, the GetSelectedCells method returns an empty list. To enable block selection, set the DataControlBase.NavigationStyle property to GridControlNavigationStyle.Cell and set the DataControlBase.SelectionMode property to MultiSelectMode.Cell.
See Also