XPView.GroupCriteriaString Property
Gets or sets the grouping criteria which is associated with the view.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | null | A String value that specifies the grouping criteria. |
Remarks
This example retrieves the cars that are in the Saloon category and cost less than $100,000.
See Also