WebPartChrome::DragDropEnabled Property

 

Gets a value that indicates whether controls can be dragged into and out of the zone.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

protected:
property bool DragDropEnabled {
	bool get();
}

Property Value

Type: System::Boolean

A Boolean value that indicates whether controls can be dragged.

The value of the DragDropEnabled property is determined by the value of the DragDropEnabled property.

.NET Framework
Available since 2.0
Return to top
Show: