Skip to main content

PivotGridCells.LeftTopCell Property

Gets or sets the coordinates of the left top visible cell.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public Point LeftTopCell { get; set; }

Property Value

Type Description
Point

A Point structure that specifies the coordinates of the left top visible cell.

Remarks

The X and Y members of the LeftTopCell property identify the column and row indexes of the left top visible cell, respectively. You can scroll the Pivot Grid Control by assigning new coordinates to the LeftTopCell property.

See Also