TCustomdxBarSubItem.OnDetaching Event
Occurs when a user starts to drag the bar.
Declaration
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