Disable Drag and Drop of TDI items

31 May 20211 minute to read

IsTDIDragDropEnabled property is used to disable the drag and drop of TDI items in DockingManager. The usage is follows:

<syncfusion:DockingManager Name="DockingManager" ContainerMode="TDI"IsTDIDragDropEnabled="False">   

	<Grid Name="grid1" syncfusion:DockingManager.State="Document"/>   
	
	<Grid Name="grid2" syncfusion:DockingManager.State="Document"/>
	
</syncfusion:DockingManager>
DockingManager.IsTDIDragDropEnabled = false;