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