WebPartZoneBase.DragDropEnabled Property

Definition

Gets a value that indicates whether WebPart controls can be dragged into or out of a zone.

C#
protected internal bool DragDropEnabled { get; }

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.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also