officefileapi-devexpress-dot-xtraspreadsheet-8c022d00.md
Lists values used to specify the starting position of the PivotTable Field List.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum SpreadsheetPivotTableFieldListStartPosition
Public Enum SpreadsheetPivotTableFieldListStartPosition
| 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.
|
The following properties accept/return SpreadsheetPivotTableFieldListStartPosition values:
The values listed by this enumeration are used by the SpreadsheetPivotTableFieldListOptions.StartPosition property.
See Also