PivotGridControl.FocusedCell Property
In This Article
Gets or sets the coordinates of the focused cell.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#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