DragElement Enum
In This Article
Specifies which part of a popup window can be dragged to move the window within the page
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Popup |
#Remarks
This enumerator contains values specifying the dragging element of a popup window. Enumerator values are exposed via the ASPxPopupControlBase.DragElement property.
See Also