Skip to main content
Row

PivotFieldGroupingInfo Interface

Provides access to range grouping characteristics.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface PivotFieldGroupingInfo

The following members return PivotFieldGroupingInfo objects:

Remarks

Use the PivotField.GroupingInfo property to get access to the PivotFieldGroupingInfo interface of the current field.

See Also