Skip to main content

GridControlBase.IsGroupRow(Int32, Int32) Method

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

public bool IsGroupRow(
    int visibleIndex,
    int level
)

Parameters

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