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

FilterPopupExcelEventArgs.ShowPredefinedFilters Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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