GridControl.IsGroupRowHandle(Int32) Method
In This Article
Indicates whether the specified handle corresponds to a group row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies the row's handle. |
#Returns
Type | Description |
---|---|
Boolean | true if the specified handle corresponds to a group row; otherwise, false. |
#Remarks
Group row handles are negative (start from -1). The IsGroupRowHandle method returns false, if the specified handle corresponds to a data row or invalid row.
To learn more, see Grouping Overview and Identifying Rows.
See Also