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.v24.2.dll
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.NET Web Forms Controls | ASPxPopupControlBase.DragElement |
ASP.NET MVC Extensions | PopupControlSettingsBase.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