Skip to main content
A newer version of this page is available. .

PivotGridControl.FocusedCell Property

Gets or sets the coordinates of the focused cell.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public Point FocusedCell { get; set; }

Property Value

Type Description
Point

A Point structure that specifies the coordinates of the focused cell.

Remarks

The X and Y members of the FocusedCell property identify the column and row indices of the focused cell, respectively.

See Also