Skip to main content

PivotGridControl.FocusedCell Property

Gets or sets the coordinates of the focused cell.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.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