PivotGridControl.GetFieldAt(Point) Method
In This Article
Returns the field whose header is displayed at the specified point.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotGridField GetFieldAt(
Point pt
)
#Parameters
Name | Type | Description |
---|---|---|
pt | Point | A Point structure which represents the test point. The point is relative to the top left corner of the control. |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
See Also