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

PivotGridHeadersAreaHitInfo Class

Contains information about a specific point within a Header Area.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v17.2.dll

Declaration

public class PivotGridHeadersAreaHitInfo

The following members accept/return PivotGridHeadersAreaHitInfo objects:

Remarks

The PivotGridHeadersAreaHitInfo object is returned by the PivotGridHitInfo.HeadersAreaInfo property of the PivotGridHitInfo object. This object can be created by calling the Pivot Grid Control’s PivotGridControl.CalcHitInfo method which takes the test point as a parameter.

The PivotGridHeadersAreaHitInfo.Area property returns the header area of the PivotGrid control which is located under the test point to be obtained. The PivotGridHeadersAreaHitInfo.Field property identifies the field that the header located at the test point corresponds to. The PivotGridHeadersAreaHitInfo.HeaderHitTest property allows the type of element located under the test point to be identified.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PivotGridHeadersAreaHitInfo class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
PivotGridHeadersAreaHitInfo
See Also