BandedGridHitInfo Properties
Contains information about a specific point within a Banded Grid View.Name | Description |
---|---|
Band | Gets the band located under the test point. |
BandInfo | Gets an object that contains information on the band under the test point. |
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. |
See Also