Skip to main content
Row

PivotViewOptions Interface

Contains display settings for a pivot table.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface PivotViewOptions

The following members return PivotViewOptions objects:

Remarks

To access an object exposing the PivotViewOptions interface, use the PivotTable.View property.

See Also