Back to Devexpress

SpreadsheetControlOptions.PivotTableFieldList Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontroloptions-e4255a0d.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 run time. This is a dependency property.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public SpreadsheetPivotTableFieldListOptions PivotTableFieldList { get; set; }
vb
Public 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.Xpf.Spreadsheet Namespace