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

XPObjectSource.GroupFilterString Property

Specifies the string criteria containing grouped/aggregated columns.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

[DefaultValue(null)]
public string GroupFilterString { get; set; }

Property Value

Type Default Description
String *null*

A string criteria containing grouped/aggregated columns.

Remarks

Has effect when the XPObjectSource.Properties collection is not empty, and at least one collection item has the XPObjectSourceProperty.Group property set to true.

See Also