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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
[ComVisible(true)]
public class SpreadsheetPivotTableFieldListOptions :
SpreadsheetNotificationOptions
Related API Members
The following members return SpreadsheetPivotTableFieldListOptions objects:
Remarks
To get access to the SpreadsheetPivotTableFieldListOptions object, use the SpreadsheetControlOptions.PivotTableFieldList property.
Implements
Inheritance
Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetPivotTableFieldListOptions
See Also