Skip to main content
A newer version of this page is available. .

SpreadsheetControlOptions.PivotTableFieldList Property

Provides access to the options used to specify the size and starting position of the PivotTable Field List pane at runtime.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Spreadsheet

Declaration

public SpreadsheetPivotTableFieldListOptions PivotTableFieldList { get; }

Property Value

Type Description
SpreadsheetPivotTableFieldListOptions

A SpreadsheetPivotTableFieldListOptions object containing the PivotTable Field List options.

Property Paths

You can access this nested property as listed below:

Object Type Path to PivotTableFieldList
SpreadsheetControl
.Options .PivotTableFieldList
See Also