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

FilterPopupExcelEventArgs.ShowAggregates Property

Gets or sets whether or not to show filters for aggregates (Below Average, Above Average, etc.).

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public bool ShowAggregates { get; set; }

Property Value

Type Description
Boolean

true, to show filters for aggregates; otherwise, false.

See Also