aspnet-devexpress-dot-web-40fc85e6.md
Specifies which part of a popup window can be dragged to move the window within the page
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum DragElement
Public Enum DragElement
| 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.
|
The following properties accept/return DragElement values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxPopupControlBase.DragElement |
| ASP.NET MVC Extensions | PopupControlSettingsBase.DragElement |
This enumerator contains values specifying the dragging element of a popup window. Enumerator values are exposed via the ASPxPopupControlBase.DragElement property.
See Also