TreeListViewHitTest Enum
Lists values that identify visual elements displayed within the TreeListView.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.2.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 node. |
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. |
Vertical
|
The test object belongs to a view’s the vertical scrollbar. |
Horizontal
|
The test object belongs to a view’s 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 treelist view which is not occupied by nodes. |
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. |
Node
|
The test object belongs to a node indent. |
Expand
|
The test object belongs to a node’s expand button. |
Node
|
The test object belongs to a node image. |
Node
|
The test object belongs to the check box embedded in a node. |
Data
|
The test object belongs to the Data Navigator. |
Node
|
The test object belongs to the node footer row. |
Node
|
The test object belongs to the node footer summary. |
#Related API Members
The following properties accept/return TreeListViewHitTest values:
#Remarks
The values listed by this enumeration are used to set the TreeListViewHitInfo.HitTest property’s value.