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

SpreadsheetPivotTableFieldListOptions Class

Contains options that specify the size and starting position of the PivotTable Field List pane at runtime.

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public class SpreadsheetPivotTableFieldListOptions :
    SpreadsheetOptionsBase<SpreadsheetPivotTableFieldListOptions>

The following members return SpreadsheetPivotTableFieldListOptions objects:

Remarks

To get access to the SpreadsheetPivotTableFieldListOptions object, use the SpreadsheetControlOptions.PivotTableFieldList property.

Inheritance

Object
DispatcherObject
DependencyObject
ContentElement
FrameworkContentElement
DevExpress.Xpf.Spreadsheet.SpreadsheetOptionsBase<SpreadsheetPivotTableFieldListOptions>
SpreadsheetPivotTableFieldListOptions
See Also