GridViewHitInfoBase Properties
Serves as the base for classes providing information about a particular view element.| Name | Description |
|---|---|
| Band | Gets a band located under the test object. |
| Column | Gets a column located under the test object. |
| InBandPanel | Gets whether the test object is within the band panel. |
| InColumnHeader | Gets whether the test object is within a column’s header. |
| InColumnPanel | Gets whether the test object is within the column header panel. |
| InFilterPanel | Gets whether the test object is within the Filter Panel. |
| InGroupColumn | Gets whether the test object is within a group column. |
| InGroupPanel | Gets whether the test object is within the Group Panel. |
| InRow | Gets whether the test object is within a row. |
| IsDataArea | Gets whether the test object belongs to the area within a view. |
| RowHandle | Gets the handle of a row that contains the test object. |
See Also