TCustomdxBarSubItem.OnDetaching Event
In This Article
Occurs when a user starts to drag the bar.
#Declaration
Delphi
property OnDetaching: TNotifyEvent read; write;
#Remarks
Handle this event to perform specific actions when a user starts to drag the detaching bar. For instance, you can create your own toolbar and assign it to the subitem on the fly.
See Also