Skip to main content
A newer version of this page is available. .

PopupControlSettingsBase.AllowDragging Property

Gets or sets a value specifying whether a popup window (dock panel) can be dragged by end users.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool AllowDragging { get; set; }

Property Value

Type Description
Boolean

true, if end users can drag a popup window (dock panel); otherwise, false.

Remarks

Use the AllowDragging property to control the ability of end-users to drag a popup window (dock panel) to another position within a web page.

See Also