Back to Devexpress

FilterPopupExcelEventArgs.ShowAggregates Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-filterpopupexceleventargs-bb55241a.md

latest1.3 KB
Original Source

FilterPopupExcelEventArgs.ShowAggregates Property

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

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public bool ShowAggregates { get; set; }
vb
Public Property ShowAggregates As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

FilterPopupExcelEventArgs Class

FilterPopupExcelEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace