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.v23.1.dll
NuGet Package: DevExpress.Win.Grid
Declaration
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