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

DragElement Enum

Specifies which part of a popup window can be dragged to move the window within the page

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum DragElement

Members

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.

Related API Members

The following properties accept/return DragElement values:

Remarks

This enumerator contains values specifying the dragging element of a popup window. Enumerator values are exposed via the ASPxPopupControlBase.DragElement property.

See Also