TreeListViewHitTest Enum
Lists values that identify visual elements displayed within the TreeListView.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v14.2.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 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 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 |
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 Filter List. It is displayed within the Filter Panel. |
Total |
The test object belongs to the Total 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 of the Fixed Columns. |
Fixed |
The test object belongs to the right fixed line of the Fixed Columns. |
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. |
#Remarks
The values listed by this enumeration are used to set the TreeListViewHitInfo.HitTest property's value.