Edit

Share via


WebPartZoneBase.DragDropEnabled Property

Definition

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

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

See also