Back to Devexpress

VGridHitInfo Members

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridhitinfo-dot-underscore-members.md

latest4.2 KB
Original Source

VGridHitInfo Members

Contains information about a point referenced by specified coordinates.

Constructors

NameDescription
VGridHitInfo()Creates a new VGridHitInfo object with the default settings.

Fields

NameDescription
BandIndexRepresents the index of the band located at a specific point.
CellIndexRepresents the index of a cell located at a specific point.
HitInfoTypeContains information on which grid element is located under the test point.
PtMouseContains the coordinates of the point under the mouse cursor relative to the VGridControlBase control’s upper left corner. Can be used for handling a dragging operation initiated within a vertical grid control when it is necessary to determine the direction and distance of the drag.
RecordIndexRepresents the index of the record to which a specific point corresponds.
RowSpecifies the row located under the hit (test) point.
TabSpecifies the tab located under the hit (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

VGridHitInfo Class

DevExpress.XtraVerticalGrid Namespace