Back to Devexpress

TreeListHitInfo Members

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

latest7.7 KB
Original Source

TreeListHitInfo Members

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

Constructors

NameDescription
TreeListHitInfo()Initializes a new instance of the TreeListHitInfo class.
TreeListHitInfo(TreeListHitTest)Initializes a new instance of the TreeListHitInfo class.

Properties

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.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

TreeListHitInfo Class

DevExpress.XtraTreeList Namespace