Back to Devexpress

PivotGridValueHitTest Enum

windowsforms-devexpress-dot-xtrapivotgrid-d6338141.md

latest1.3 KB
Original Source

PivotGridValueHitTest Enum

Lists values that specify which field value cell element is located under the test point.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public enum PivotGridValueHitTest
vb
Public Enum PivotGridValueHitTest

Members

NameDescription
None

No element is located under the test point.

| | ExpandButton |

The expand/collapse button is located under the test point.

|

The following properties accept/return PivotGridValueHitTest values:

Remarks

Values listed by this enumeration are used to set the PivotFieldValueHitInfo.ValueHitTest property.

See Also

DevExpress.XtraPivotGrid Namespace