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

FilterPopupExcelEventArgs.DefaultFilterType Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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