Back to Devexpress

DragElement Enum

aspnet-devexpress-dot-web-40fc85e6.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum DragElement
vb
Public Enum DragElement

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxPopupControlBase.DragElement
ASP.NET MVC ExtensionsPopupControlSettingsBase.DragElement

Remarks

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

See Also

DevExpress.Web Namespace