Skip to main content

TableQuery.GroupFilterString Property

Gets or sets the filter criteria to add to the SELECT statement of the TableQuery containing grouped/aggregated columns.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[DefaultValue(null)]
[LocalizableCategory(DataAccessStringId.QueryPropertyGridTableSelectionCategoryName)]
public string GroupFilterString { get; set; }

Property Value

Type Default Description
String null

A String value, corresponding to the SELECT statement of the query.

Remarks

To specify grouping settings, use the TableQuery.Grouping property.

See Also