ExcelFilterOptions.ShowAggregates Property
Gets or sets whether to display aggregate operators in Excel-style filter popup menus.
Namespace: DevExpress.Utils.Filtering
Assembly: DevExpress.Data.v25.2.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<Boolean> | true to enable aggregate filters (for example, above or below average); otherwise false. |
See Also