Back to Devexpress

GridHitInfo Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-viewinfo-dot-gridhitinfo-dot-underscore-properties.md

latest5.2 KB
Original Source

GridHitInfo Properties

Contains information about a specific point within a Grid View.

NameDescription
ColumnGets or sets a column located under the test point.
FooterCellGets or sets an object that contains view information on a footer cell (if the test point belongs to a footer cell).
HitPointGets or sets the test point. Inherited from BaseHitInfo.
HitTestGets or sets a value identifying the type of a visual element located under the test point.
InColumnGets a value indicating whether the test point is within a column header.
InColumnPanelGets a value indicating whether the test point is within the Column Header Panel.
InDataRowGets a value indicating whether the test point is within a data row.
InFilterPanelGets a value indicating whether the test point is within the filter panel.
InGroupColumnGets a value indicating whether the test point is over a column header displayed within the Group Panel.
InGroupPanelGets a value indicating whether the test point is within the group panel.
InGroupRowGets a value indicating whether the test point is within a group row.
InRowGets a value indicating whether the test point is within a row (data row or group row).
InRowCellGets a value indicating whether the test point is within a cell.
IsValidGets a value indicating whether the hit information supplied by this object is valid. Inherited from BaseHitInfo.
MasterTabRelationIndexGets or sets the relation index of the master tab that is located under the test point. Inherited from BaseHitInfo.
RowHandleGets or sets the handle of the row located under the test point.
RowInfoGets an object that contains information on the row under the test point.
ViewGets or sets the GridView located under the test point.
VisibleIndexGets the visible index of the row under the test point.

See Also

GridHitInfo Class

GridHitInfo Members

DevExpress.XtraGrid.Views.Grid.ViewInfo Namespace