XPView.GroupCriteriaString Property
Gets or sets the grouping criteria which is associated with the view.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
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