GridControlBase.IsGroupRow(Int32, Int32) Method
In This Article
Indicates whether the specified index corresponds to a group row. For internal use only.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
visible |
Int32 | An integer value that specifies a row’s visible index. |
level | Int32 | An integer value that specifies a row’s nesting level. |
#Returns
Type | Description |
---|---|
Boolean | true if the specified index corresponds to a group row; false if the specified index corresponds to a data row or invalid row. |
See Also