CalcNodeDragImageIndexEventArgs Class
Provides data for the TreeList.CalcNodeDragImageIndex event.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
Declaration
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