FilterPopupExcelEventArgs.ShowPredefinedFilters Property
Gets or sets whether to show the ‘Predefined Filters’.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
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