SpreadsheetPivotTableFieldListOptions.StartPosition Property
Gets or sets the initial position of the PivotTable Field List. This is a dependency property.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
public SpreadsheetPivotTableFieldListStartPosition StartPosition { get; set; }
#Property Value
Type | Description |
---|---|
Spreadsheet |
A Spreadsheet |
Available values:
Name | Description |
---|---|
Manual |
Specifies that the position of the Pivot |
Manual |
Specifies that the position of the Pivot |
Center |
Specifies that the Pivot |
Center |
Specifies that the Pivot |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Start |
---|---|
Spreadsheet |
|
#Remarks
Use the StartPosition property to set the starting position of the PivotTable Field List when it is displayed at run time. To specify the pane’s position manually, set the StartPosition property to the SpreadsheetPivotTableFieldListStartPosition.ManualScreen or SpreadsheetPivotTableFieldListStartPosition.ManualSpreadsheetControl value and then use the SpreadsheetPivotTableFieldListOptions.StartLocation property to define the coordinates of the upper-left corner of the PivotTable Field List relative to the upper-left corner of the screen or SpreadsheetControl, respectively.