Back to Devexpress

PivotGridHitInfo Members

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridhitinfo-dot-underscore-members.md

latest4.6 KB
Original Source

PivotGridHitInfo Members

Contains information about a specific point within a PivotGridControl.

Constructors

NameDescription
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

NameDescription
CellInfoGets information on the cell located at the test point.
HeaderFieldGets the field which the header located at the test point corresponds to.
HeadersAreaInfoGets information on the field header located at the test point.
HitPointGets the test point.
HitTestGets a value identifying the type of the visual element located under the test point.
ValueInfoGets the information on the field value located under the test point.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

PivotGridHitInfo Class

DevExpress.XtraPivotGrid Namespace