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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
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