Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridControl.GetFieldAt(Point) Method

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
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