TableViewHitTest Enum
Lists values which identify table view elements.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#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
|
The test object belongs to the checkbox used to select/deselect rows within a group row. |
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 Edit Filter button ( |
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. |
Filter
|
The test object belongs to the Collapse Panel button ( |
Filter
|
The test object belongs to the Expand Panel button ( |
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. |
Master
|
The test object belongs to the button used to expand/collapse a master row. |
Search
|
The test object belongs to the Search Panel. |
Data
|
The test object belongs to the Data Navigator. |
Compact
|
The test object belongs to the compact panel. |
Search
|
The test object belongs to the Search Panel’s show button. |
#Related API Members
The following properties accept/return TableViewHitTest values:
#Remarks
The values listed by this enumeration are used to set the TableViewHitInfo.HitTest property’s value. To learn more, see Hit Information.