Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.2.Core.dll

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