Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeListHitInfo Properties

Represents a class that contains information about what is located at a specific point within the TreeList control.
Name Description
Band Gets the band located under the test point.
Bounds Gets the limits for the Tree List element that contains the test point.
Column Gets the column located under the test point.
HitInfoType Gets the visual element located under the test point.
HitTest Gets an object containing information about the visual element located under the test point.
InBehindColumn Gets whether a point is over the blank column header.
InColumn Gets whether a point is over a column header, or filter button.
InColumnPanel Gets whether a point is over a column header panel (a header, blank header, button, filter button, the column header panel itself or its edge).
InFilterPanel Gets whether a point is over the Filter Panel (the filter, the check box disabling the filter, the ‘Close Filter’, ‘Edit Filter’, or ‘MRU Filters’ button).
InRow Gets whether a point is over a row’s cell, expand button, select image, state image, indicator cell, preview section, or the row’s area not occupied by any of these elements.
InRowCell Gets whether a point is over a cell.
InRowCheckBox Gets whether a point belongs to a row’s check box.
InRowFooter Gets whether a point is over a row (group) footer.
InRowIndent Gets whether a point is over an area that separates a row from its indicator cell.
InRowIndicator Gets whether a point is over a row indicator cell.
InRowSelectImage Gets whether a point is over a row’s select image.
InRowStateImage Gets whether a point is over a row’s state image.
MousePoint Gets the coordinates of the point under the mouse cursor relative to the Tree List control.
Node Gets the node located under the test point.
See Also