WebPartZoneBase.DragDropEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether WebPart controls can be dragged into or out of a zone.
protected public:
property bool DragDropEnabled { bool get(); };
protected internal bool DragDropEnabled { get; }
member this.DragDropEnabled : bool
Protected Friend ReadOnly Property DragDropEnabled As Boolean
Property Value
A Boolean value that indicates whether controls can be dragged.
Remarks
The DragDropEnabled property indicates whether WebPart controls can be dragged into or out of a zone at run time. The property is used specifically for checking whether the page is in a page display mode that allows drag-and-drop editing, and whether the AllowLayoutChange property is set to true
.