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

GridHitInfo Properties

Contains information about a specific point within a Grid View.
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.
See Also