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

CalcNodeDragImageIndexEventArgs Class

Provides data for the TreeList.CalcNodeDragImageIndex event.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

#Declaration

public class CalcNodeDragImageIndexEventArgs :
    NodeEventArgs

#Remarks

When the TreeList.CalcNodeDragImageIndex event is raised, the CalcNodeDragImageIndexEventArgs object is automatically created and passed to it. You can use the properties of this object to identify the current mouse pointer’s position and the target node. The CalcNodeDragImageIndexEventArgs.ImageIndex property is used to specify the image to be displayed in front of the target node.

#Inheritance

Object
EventArgs
NodeEventArgs
CalcNodeDragImageIndexEventArgs
See Also