Skip to main content
A newer version of this page is available. .

TreeListViewHitTest Enum

Lists values that identify visual elements displayed within the TreeListView.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public enum TreeListViewHitTest

Members

Name Description
None

The test object doesn’t belong to a View (it is outside the View).

RowCell

The test object belongs to a data cell.

Row

The test object belongs to a node.

ColumnHeaderPanel

The test point belongs to the Column Header Panel.

ColumnHeader

The test point belongs to a column’s header.

ColumnHeaderFilterButton

The test point belongs to the filter button displayed within a column header.

BandHeaderPanel

The test object belongs to the band header panel.

BandHeader

The test object belongs to a band header.

VerticalScrollBar

The test object belongs to a view’s the vertical scrollbar.

HorizontalScrollBar

The test object belongs to a view’s horizontal scrollbar.

FilterPanel

The test object belongs to the Filter Panel.

FilterPanelCloseButton

The test object belongs to the Close button displayed within the Filter Panel.

FilterPanelCustomizeButton

The test object belongs to the Edit Filter button (EditFilterButton) displayed within the Filter Panel.

FilterPanelActiveButton

The test object belongs to the button in the Filter Panel used to activate filtering within a View.

FilterPanelText

The test object belongs to a filter expression displayed within the Filter Panel.

MRUFilterListComboBox

The test object belongs to a combobox that contains MRU filters. It is displayed within the Filter Panel.

FilterPanelCollapseButton

The test object belongs to the Collapse Panel button () displayed in the Filter Panel.

FilterPanelExpandButton

The test object belongs to the Expand Panel button () displayed in the Filter Panel.

TotalSummaryPanel

The test object belongs to the Summary Panel.

TotalSummary

The test object belongs to a total summary.

FixedTotalSummary

The test object belongs to the Fixed Summary Panel.

DataArea

The test object belongs to the area within a treelist view which is not occupied by nodes.

ColumnButton

The test object belongs to the header panel button.

BandButton

The test object belongs to the band button.

ColumnEdge

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 BaseColumn.AllowResizing option must be enabled).

BandEdge

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 BaseColumn.AllowResizing option must be enabled).

FixedLeftDiv

The test object belongs to the left fixed line.

FixedRightDiv

The test object belongs to the right fixed line.

RowIndicator

The test object belongs to a cell displayed within the row indicator panel.

NodeIndent

The test object belongs to a node indent.

ExpandButton

The test object belongs to a node’s expand button.

NodeImage

The test object belongs to a node image.

NodeCheckbox

The test object belongs to the check box embedded in a node.

DataNavigator

The test object belongs to the Data Navigator.

NodeFooterRow

The test object belongs to the node footer row.

NodeFooterSummary

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.

WPF TreeList

See Also