PivotGridHeadersAreaHitInfo(PivotHeadersViewInfoBase, PivotGridField, PivotGridHeaderHitTest) Constructor
Initializes a new instance of the PivotGridHeadersAreaHitInfo class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
public PivotGridHeadersAreaHitInfo(
PivotHeadersViewInfoBase headersViewInfo,
PivotGridField pivotGridField,
PivotGridHeaderHitTest headerHitTest
)
Parameters
Name | Type | Description |
---|---|---|
headersViewInfo | DevExpress.XtraPivotGrid.ViewInfo.PivotHeadersViewInfoBase | A DevExpress.XtraPivotGrid.ViewInfo.PivotHeadersViewInfoBase descendant that provides information on the field headers located at the test point. |
pivotGridField | PivotGridField | A PivotGridField object which represents the field which the header at the test point corresponds to. This value is assigned to the PivotGridHeadersAreaHitInfo.Field property. |
headerHitTest | PivotGridHeaderHitTest | A PivotGridHitTest enumeration value which identifies the type of the header’s visual element which is located under the test point. This value is assigned to the PivotGridHeadersAreaHitInfo.HeaderHitTest property. |