TcxCustomTabControlProperties.AllowTabDragDrop Property
Specifies whether tab drag and drop is enabled.
Declaration
property AllowTabDragDrop: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True, to enable drag and drop for tabs.
The AllowTabDragDrop property is not in effect if the control’s DockSite property is True.
The default value of the AllowTabDragDrop property is False.
See Also