CellData.IsSelected Property
In This Article
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
C#
public bool IsSelected { get; }
#Property Value
Type | Description |
---|---|
Boolean | true, if the row is selected; otherwise, false. |
See Also