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.v25.2.dll
Declaration
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