PivotGridControl.LeftTopCoord Property
In This Article
Gets the column and row indexes of the data cell displayed in the top left corner.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Point | A Point structure that identifies the column and row indexes of the data cell displayed in the top left corner. |
#Remarks
A data cell can be identified by its column and row indexes. The X and Y members of the LeftTopCoord property identify the column and row index of the data cell displayed in the top left corner of the PivotGridControl. Initially, the LeftTopCoord property is set to {0, 0} and the control is not scrolled.
To scroll the pivot grid, use the PivotGridControl.ScrollTo method.
See Also