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

TdxCustomNavBar.SourcePoint Property

Gets the point at which the current drag & drop operation has been initiated.

#Declaration

Delphi
property SourcePoint: TPoint read;

#Property Value

Type
TPoint

#Remarks

Each time a link or a group header is pressed, the SourcePoint property is initialized with the mouse cursor coordinates. Thus, you can use the SourcePoint property to get the location of the mouse pointer from which the drag & drop operation has started. At that time, the mouse pointer was located over the object which is currently being dragged.

See Also