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

BandedGridHitInfo Members

Contains information about a specific point within a Banded Grid View.

Constructors

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

Properties

Name Description
Band Gets the band located under the test point.
BandInfo
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). Inherited from GridHitInfo.
HitPoint Gets or sets the test point. Inherited from BaseHitInfo.
HitTest Gets or sets a value identifying the type of the View’s visual element located under the test point.
InBandPanel Gets a value indicating whether the test point is within the band panel.
InColumn Gets a value indicating whether the test point is within a column header. Inherited from GridHitInfo.
InColumnPanel Gets a value indicating whether the test point is within the Column Header Panel. Inherited from GridHitInfo.
InDataRow Gets a value indicating whether the test point is within a data row. Inherited from GridHitInfo.
InFilterPanel Gets a value indicating whether the test point is within the filter panel. Inherited from GridHitInfo.
InGroupColumn Gets a value indicating whether the test point is over a column header displayed within the Group Panel. Inherited from GridHitInfo.
InGroupPanel Gets a value indicating whether the test point is within the group panel. Inherited from GridHitInfo.
InGroupRow Gets a value indicating whether the test point is within a group row. Inherited from GridHitInfo.
InRow Gets a value indicating whether the test point is within a row (data row or group row). Inherited from GridHitInfo.
InRowCell Gets a value indicating whether the test point is within a cell. Inherited from GridHitInfo.
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. Inherited from GridHitInfo.
RowInfo Gets an object that contains information on the row under the test point. Inherited from GridHitInfo.
View Gets or sets the GridView located under the test point. Inherited from GridHitInfo.
VisibleIndex Gets the visible index of the row under the test point. Inherited from GridHitInfo.

Methods

Name Description
Clear() Sets the BandedGridHitInfo class 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