Back to Devexpress

SpreadsheetPivotTableFieldListOptions Class

officefileapi-devexpress-dot-xtraspreadsheet-cd77a265.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[ComVisible(true)]
public class SpreadsheetPivotTableFieldListOptions :
    SpreadsheetNotificationOptions
vb
<ComVisible(True)>
Public Class SpreadsheetPivotTableFieldListOptions
    Inherits SpreadsheetNotificationOptions

The following members return SpreadsheetPivotTableFieldListOptions objects:

Remarks

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

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions SpreadsheetPivotTableFieldListOptions

See Also

SpreadsheetPivotTableFieldListOptions Members

DevExpress.XtraSpreadsheet Namespace