Back to Devexpress

PopupWindow.PopupControl Property

aspnet-devexpress-dot-web-dot-popupwindow-ae71a272.md

latest1.4 KB
Original Source

PopupWindow.PopupControl Property

Gets the popup control to which the current popup window belongs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual ASPxPopupControlBase PopupControl { get; }
vb
Public Overridable ReadOnly Property PopupControl As ASPxPopupControlBase

Property Value

TypeDescription
ASPxPopupControlBase

An ASPxPopupControlBase object that is the popup control that contains the current popup window.

|

Remarks

The PopupControl property provides access to the ASPxPopupControl object to which the current popup window belongs (in particular, this is a control whose ASPxPopupControl.Windows collection contains the current popup window object).

See Also

PopupWindow Class

PopupWindow Members

DevExpress.Web Namespace