Back to Devexpress

SpreadsheetPivotTableFieldListStartPosition Enum

wpf-devexpress-dot-xpf-dot-spreadsheet-dba3fead.md

latest2.3 KB
Original Source

SpreadsheetPivotTableFieldListStartPosition Enum

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

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public enum SpreadsheetPivotTableFieldListStartPosition
vb
Public Enum SpreadsheetPivotTableFieldListStartPosition

Members

NameDescription
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:

Remarks

The values listed by this enumeration are used by the SpreadsheetPivotTableFieldListOptions.StartPosition property.

See Also

DevExpress.Xpf.Spreadsheet Namespace