SpreadsheetPivotTableFieldListStartPosition Enum
Lists values used to specify the starting position of the PivotTable Field List.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
ManualScreen
|
Specifies that the position of the PivotTable Field List is determined by the SpreadsheetPivotTableFieldListOptions.StartLocation property value relative to the upper-left corner of the screen. |
ManualSpreadsheetControl
|
Specifies that the position of the PivotTable Field List is determined by the SpreadsheetPivotTableFieldListOptions.StartLocation property value relative to the upper-left corner of the SpreadsheetControl. |
CenterScreen
|
Specifies that the PivotTable Field List should be displayed in the center of the screen. |
CenterSpreadsheetControl
|
Specifies that the PivotTable Field List should be displayed in the center of the SpreadsheetControl. |
Related API Members
The following properties accept/return SpreadsheetPivotTableFieldListStartPosition values:
Remarks
The values listed by this enumeration are used by the SpreadsheetPivotTableFieldListOptions.StartPosition property.