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

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

Declaration

public DragElement DragElement { get; set; }

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).

See Also