Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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