Skip to main content
A newer version of this page is available. .

GridHitInfo Members

Contains information about a specific point within a Grid View.

Constructors

Name Description
GridHitInfo() Creates a new GridHitInfo class instance.

Properties

Name Description
Column Gets or sets a column located under the test point.
FooterCell Gets or sets an object that contains view information on a footer cell (if the test point belongs to a footer cell).
HitPoint Gets or sets the test point. Inherited from BaseHitInfo.
HitTest Gets or sets a value identifying the type of a visual element located under the test point.
InColumn Gets a value indicating whether the test point is within a column header.
InColumnPanel Gets a value indicating whether the test point is within the Column Header Panel.
InDataRow Gets a value indicating whether the test point is within a data row.
InFilterPanel Gets a value indicating whether the test point is within the filter panel.
InGroupColumn Gets a value indicating whether the test point is over a column header displayed within the Group Panel.
InGroupPanel Gets a value indicating whether the test point is within the group panel.
InGroupRow Gets a value indicating whether the test point is within a group row.
InRow Gets a value indicating whether the test point is within a row (data row or group row).
InRowCell Gets a value indicating whether the test point is within a cell.
IsValid Gets a value indicating whether the hit information supplied by this object is valid. Inherited from BaseHitInfo.
MasterTabRelationIndex Gets or sets the relation index of the master tab that is located under the test point. Inherited from BaseHitInfo.
RowHandle Gets or sets the handle of the row located under the test point.
RowInfo Gets an object that contains information on the row under the test point.
View Gets or sets the GridView located under the test point.
VisibleIndex Gets the visible index of the row under the test point.

Methods

Name Description
Clear() Sets all properties to their default values.
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