Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotFilter.Field Property

Gets the pivot field to which the current filter is applied.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

PivotField Field { get; }

Property Value

Type Description
PivotField

A PivotField object that specifies the filtered field.

See Also