Back to Devexpress

CellData.IsSelected Property

maui-devexpress-dot-maui-dot-datagrid-dot-celldata-11dc9faa.md

latest803 B
Original Source

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

csharp
public bool IsSelected { get; }

Property Value

TypeDescription
Boolean

true if the row is selected; otherwise, false.

|

See Also

CellData Class

CellData Members

DevExpress.Maui.DataGrid Namespace