Skip to main content

FilterPopupExcelEventArgs.DefaultFilterType Property

Gets or sets the filter operator selected by default in the Filters tab.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public CustomUIFilterType DefaultFilterType { get; set; }

Property Value

Type Description
DevExpress.Utils.Filtering.Internal.CustomUIFilterType

A CustomUIFilterType enumeration value that specifies the filter operator used by default.

See Also