Back to Devexpress

PivotGridHitTest Enum

windowsforms-devexpress-dot-xtrapivotgrid-60d3afe9.md

latest2.1 KB
Original Source

PivotGridHitTest Enum

Lists values that identify a Pivot Grid Control’s elements.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public enum PivotGridHitTest
vb
Public Enum PivotGridHitTest

Members

NameDescription
None

The test point does not belong to any visual element or is outside the PivotGridControl.

| | HeadersArea |

The test point belongs to the header area.

| | Cell |

The test point belongs to a cell.

| | Value |

The test point belongs to a field value.

| | FixedLeftDiv |

The test point belongs to the left fixed line.

| | FixedRightDiv |

The test point belongs to the right fixed line.

|

The following properties accept/return PivotGridHitTest values:

Remarks

The PivotGridHitTest enumeration’s values are returned by the PivotGridHitInfo.HitTest property of a PivotGridHitInfo object. PivotGridHitInfo objects can be created by calling the Pivot Grid Control’s PivotGridControl.CalcHitInfo method.

See Also

DevExpress.XtraPivotGrid Namespace