Skip to main content

PivotFilterEditorEventArgs.FilterControl Property

Gets the Prefilter that displays filter criteria.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v21.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public FilterControl FilterControl { get; }

Property Value

Type Description
FilterControl

A FilterControl object.

See Also