Skip to main content
All docs
V20.1

ViewFilter.GetGroupingCriteria(String[]) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v20.1.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
public CriteriaOperator GetGroupingCriteria(
    string[] grouping
)

Parameters

Name Type
grouping String[]

Returns

Type
CriteriaOperator
See Also