Skip to main content
A newer version of this page is available. .

PivotGridControl.GetFieldAt(Point) Method

Returns the field whose header is displayed at the specified point.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

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