Skip to main content

SpreadsheetPivotTableFieldListOptions Class

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[ComVisible(true)]
public class SpreadsheetPivotTableFieldListOptions :
    SpreadsheetNotificationOptions

The following members return SpreadsheetPivotTableFieldListOptions objects:

Remarks

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

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetPivotTableFieldListOptions
See Also