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

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.v18.2.dll

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