PivotGridHitInfo Members
Contains information about a specific point within a PivotGridControl.Constructors
| Name | Description |
|---|---|
| PivotGridHitInfo(PivotCellViewInfo, Point, PivotGridViewInfo) | Initializes a new instance of the PivotGridHitInfo class with the specified settings. |
| PivotGridHitInfo(PivotFieldsAreaCellViewInfo, PivotGridValueHitTest, Point) | Initializes a new instance of the PivotGridHitInfo class. |
| PivotGridHitInfo(PivotHeadersViewInfoBase, PivotFieldItem, PivotGridHeaderHitTest, Point) | Initializes a new instance of the PivotGridHitInfo class. |
| PivotGridHitInfo(Point) | Initializes a new instance of the PivotGridHitInfo class with the specified test point. |
Properties
| Name | Description |
|---|---|
| CellInfo | Gets information on the cell located at the test point. |
| HeaderField | Gets the field which the header located at the test point corresponds to. |
| HeadersAreaInfo | Gets information on the field header located at the test point. |
| HitPoint | Gets the test point. |
| HitTest | Gets a value identifying the type of the visual element located under the test point. |
| ValueInfo | Gets the information on the field value located under the test point. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also