TableViewHitTest Enum
Lists values which identify table view elements.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
None | The test object doesn't belong to a View (it is outside the View). |
Row |
The test object belongs to a data cell. |
Row | The test object belongs to a data or group row. |
Group |
The test object belongs to the group row. |
Group |
The test object belongs to the button used to expand/collapse a group row. |
Group |
|
Column |
The test point belongs to the Column Header Panel. |
Column |
The test point belongs to a column's header. |
Column |
The test point belongs to the filter button displayed within a column header. |
Band |
The test object belongs to the band header panel. |
Band |
The test object belongs to a band header. |
Group |
The test object belongs to the Group Panel. |
Group |
The test object belongs to a column header displayed within the Group Panel. |
Group |
The test object belongs to the filter button displayed by a column header that resides within the Group Panel. |
Vertical |
The test object belongs to a view's the vertical scrollbar. |
Horizontal |
The test object belongs to a view's the horizontal scrollbar. |
Filter |
The test object belongs to the Filter Panel. |
Filter |
The test object belongs to the Close button displayed within the Filter Panel. |
Filter |
The test object belongs to the |
Filter |
The test object belongs to the button in the Filter Panel used to activate filtering within a View. |
Filter |
The test object belongs to a filter expression displayed within the Filter Panel. |
MRUFilter |
The test object belongs to a combobox that contains MRU filters. It is displayed within the Filter Panel. |
Total |
The test object belongs to the Summary Panel. |
Total |
The test object belongs to a total summary. |
Fixed |
The test object belongs to the Fixed Summary Panel. |
Data |
The test object belongs to the area within a table view which is not occupied by rows. |
Group |
The test object belongs to a value displayed within the group row. |
Group |
The test object belongs to a group summary. |
Column |
The test object belongs to the header panel button. |
Band |
The test object belongs to the band button. |
Column |
The test point belongs to the right edge of a column header. End-users can drag these edges to resize columns horizontally (the column's Base |
Band |
The test point belongs to the right edge of a band header. End-users can drag these edges to resize bands horizontally (the band's Base |
Fixed |
The test object belongs to the left fixed line. |
Fixed |
The test object belongs to the right fixed line. |
Row |
The test object belongs to a cell displayed within the row indicator panel. |
Group |
The test object belongs to a group footer row. |
Group |
The test object belongs to the group footer summary. |
#Remarks
The values listed by this enumeration are used to set the TableViewHitInfo.HitTest property's value. To learn more, see Hit Information.