PivotGridGroup.FilterType Property
In This Article
Gets or sets the field’s filter type.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public FieldFilterType FilterType { get; set; }
#Property Value
Type | Description |
---|---|
Field |
A Field |
Available values:
Name | Description |
---|---|
Excluded | Specifies that the DXPivot |
Included | Specifies that the DXPivot |
See Also