Skip to main content
A newer version of this page is available. .

WinExplorerView.IsGroupRow(Int32) Method

Gets whether the row to which the target row handle belongs is a group row.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public virtual bool IsGroupRow(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

An Int32 value that is the row handle associated with the test row.

Returns

Type Description
Boolean

true, if the row to which the target row handle belongs is a group row; otherwise, false.

See Also