CellData.IsSelected Property
Gets whether a cell belongs to a row that is currently selected in the grid.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public bool IsSelected { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also