TcxTreeListHitTest.CanMoving Method
Returns whether a tree list element to which a test point belongs can be dragged.
Declaration
function CanMoving: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
Call this function to determine the availability of a drag operation for the following tree list elements:
A band header (see the HitAtBandHeader property).
A column header (see the HitAtColumnHeader property).
This method is for internal use only.
See Also