Back to Devexpress

PivotGridControl.LeftTopCoord Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-eb9bd372.md

latest2.0 KB
Original Source

PivotGridControl.LeftTopCoord Property

Gets the column and row indexes of the data cell displayed in the top left corner.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public Point LeftTopCoord { get; }
vb
Public ReadOnly Property LeftTopCoord As Point

Property Value

TypeDescription
Point

A Point structure that identifies the column and row indexes of the data cell displayed in the top left corner.

|

Remarks

Create a System.Drawing.Point instance and set its X and Y properties. The System.Drawing.Point.X and System.Drawing.Point.Y properties 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.

A data cell can also be identified by its coordinates. To get the coordinates of the data area displayed in the top left corner, use the PivotGridControl.LeftTopPixelCoord property.

To scroll the pivot grid, use the PivotGridControl.ScrollTo method.

See Also

ScrollTo(Point)

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace