Back to Devexpress

TreeListHitInfo Properties

windowsforms-devexpress-dot-xtratreelist-dot-treelisthitinfo-dot-underscore-properties.md

latest5.3 KB
Original Source

TreeListHitInfo Properties

Represents a class that contains information about what is located at a specific point within the TreeList control.

NameDescription
BandGets the band located under the test point.
BoundsGets the limits for the Tree List element that contains the test point.
ColumnGets the column located under the test point.
HitInfoTypeGets the visual element located under the test point.
HitTestGets an object containing information about the visual element located under the test point.
InBehindColumnGets whether a point is over the blank column header.
InColumnGets whether a point is over a column header, or filter button.
InColumnPanelGets whether a point is over a column header panel (a header, blank header, button, filter button, the column header panel itself or its edge).
InFilterPanelGets 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).
InRowGets 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.
InRowCellGets whether a point is over a cell.
InRowCheckBoxGets whether a point belongs to a row’s check box.
InRowFooterGets whether a point is over a row (group) footer.
InRowIndentGets whether a point is over an area that separates a row from its indicator cell.
InRowIndicatorGets whether a point is over a row indicator cell.
InRowSelectImageGets whether a point is over a row’s select image.
InRowStateImageGets whether a point is over a row’s state image.
MousePointGets the coordinates of the point under the mouse cursor relative to the Tree List control.
NodeGets the node located under the test point.

See Also

TreeListHitInfo Class

TreeListHitInfo Members

DevExpress.XtraTreeList Namespace