FilterPopupExcelEventArgs.ShowPredefinedFilters Property
Gets or sets whether to show the ‘Predefined Filters’.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v25.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, to show the ‘Predefined Filters’; otherwise, false. |
Remarks
To learn how to add Predefined Filters, see the PivotGridControl.FilterPopupExcelData event description.
See Also