Back to Devexpress

SpreadsheetControlOptions.PivotTableFieldList Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontroloptions-bfc8b092.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public SpreadsheetPivotTableFieldListOptions PivotTableFieldList { get; }
vb
Public ReadOnly Property PivotTableFieldList As SpreadsheetPivotTableFieldListOptions

Property Value

TypeDescription
SpreadsheetPivotTableFieldListOptions

A SpreadsheetPivotTableFieldListOptions object containing the PivotTable Field List options.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PivotTableFieldList
SpreadsheetControl

.Options .PivotTableFieldList

|

See Also

SpreadsheetControlOptions Class

SpreadsheetControlOptions Members

DevExpress.XtraSpreadsheet Namespace