Back to Devexpress

SpreadsheetPivotTableFieldListOptions Class

wpf-devexpress-dot-xpf-dot-spreadsheet-7c063baf.md

latest2.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public class SpreadsheetPivotTableFieldListOptions :
    SpreadsheetOptionsBase<SpreadsheetPivotTableFieldListOptions>
vb
Public Class SpreadsheetPivotTableFieldListOptions
    Inherits SpreadsheetOptionsBase(Of 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

SpreadsheetPivotTableFieldListOptions Members

DevExpress.Xpf.Spreadsheet Namespace