Skip to main content
A newer version of this page is available. .

SpreadsheetPivotTableFieldListStartPosition Enum

Lists values used to specify the starting position of the PivotTable Field List pane.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.2.dll

Declaration

public enum SpreadsheetPivotTableFieldListStartPosition

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.

See Also