TcxCustomTabControl.OnTabEndDrag Event
Enables you to prohibit a tab from being dropped to a new position.
Declaration
property OnTabEndDrag: TcxTabControlTabEndDragEvent read; write;
Remarks
AControl specifies the tab control.
ATab and ANewIndex specify the tab being dropped and its position after a drag-and-drop operation completes.
Set AAllow to False to cancel the operation and prohibit changing the tab’s position.
See Also