Back to Devexpress

DataGridView.IsGroupRow(Int32) Method

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-dot-isgrouprow-x28-system-dot-int32-x29.md

latest1019 B
Original Source

DataGridView.IsGroupRow(Int32) Method

Checks whether the specified row is a group row.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public bool IsGroupRow(
    int rowHandle
)

Parameters

NameTypeDescription
rowHandleInt32

The handle of the row to be checked.

|

Returns

TypeDescription
Boolean

true if the specified handle corresponds to a group row; otherwise, false.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace