Back to Devexpress

PivotGridControl.FocusedCell Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-9e44ec71.md

latest1.3 KB
Original Source

PivotGridControl.FocusedCell Property

Gets or sets the coordinates of the focused cell.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public Point FocusedCell { get; set; }
vb
Public Property FocusedCell As Point

Property Value

TypeDescription
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

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace