PopupControlSettingsBase.DragElement Property
Gets or sets a popup window’s (or dock panel’s) part available for drag and drop operations.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
DragElement | One of the DragElement enumeration values. |
Available values:
Name | Description |
---|---|
Header | Specifies that a popup window can be moved by dragging its header. |
Window | Specifies that a popup window can be moved by clicking anywhere within its client area, holding down the mouse button and then moving the mouse cursor. |
Remarks
The DragElement property specifies which part of a popup window (or a dock panel) can be dragged to move the element within the page. Two variants are available: header dragging (the window can be moved only by dragging its header), and window dragging (the window can be moved by clicking anywhere within its client area, holding down the mouse button and then moving the mouse cursor).