Skip to main content

FilterPopupExcelEventArgs.ShowPredefinedFilters Property

Gets or sets whether to show the ‘Predefined Filters’.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public bool ShowPredefinedFilters { get; set; }

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