Skip to main content

GridControl.IsGroupRowHandle(Int32) Method

Indicates whether the specified handle corresponds to a group row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public bool IsGroupRowHandle(
    int rowHandle
)

#Parameters

Name Type Description
rowHandle 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