Back to Devexpress

GridHitInfo Members

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

latest7.5 KB
Original Source

GridHitInfo Members

Contains information about a specific point within a Grid View.

Constructors

NameDescription
GridHitInfo()Creates a new GridHitInfo class instance.

Properties

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.

Methods

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

GridHitInfo Class

DevExpress.XtraGrid.Views.Grid.ViewInfo Namespace