RadDock for ASP.NET

RadDock Send comments on this topic.
ShowContentWhileDragging Property
See Also 
Telerik.WebControls Namespace > RadDockingManager Class : ShowContentWhileDragging Property


Gets or sets a value indicating whether to show the contents of the RadDockableObject while dragging.   

 

Namespace: Telerik.WebControls
Assembly: RadDock (in RadDock.dll)

Syntax

Visual Basic (Declaration) 
Public Property ShowContentWhileDragging As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadDockingManager
Dim value As Boolean
 
instance.ShowContentWhileDragging = value
 
value = instance.ShowContentWhileDragging
C# 
public bool ShowContentWhileDragging {get; set;}

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also