Skip to main content
A newer version of this page is available. .
Tab

PopupWindowCollection Class

Represents a collection of popup windows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class PopupWindowCollection :
    Collection<PopupWindow>

The following members return PopupWindowCollection objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxPopupControl.Windows
ASP.NET Bootstrap Controls BootstrapPopupControl.Windows

Remarks

A popup control holds its popup windows within a collection which is represented by an instance of the PopupWindowCollection class and can be accessed via the ASPxPopupControl.Windows property. Properties and methods exposed by the PopupWindowCollection class can be used to perform common collection operations, such as adding new popup windows or deleting existing ones. Each item of the collection is represented by a PopupWindow object. Individual popup windows can be accessed using indexer notation, by their names or content texts using specific methods of the collection.

See Also