PivotGridControl.GetFieldAt(Point) Method
Returns the field whose header is displayed at the specified point.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v22.2.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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 |
---|---|
PivotGridField | A PivotGridField field whose header is displayed at the specified point; null if there is no field header located at the specified point. |
See Also