Back to Devexpress

PopupWindowCollection Class

aspnet-devexpress-dot-web-a447351c.md

latest2.8 KB
Original Source

PopupWindowCollection Class

Represents a collection of popup windows.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PopupWindowCollection :
    Collection<PopupWindow>
vb
Public Class PopupWindowCollection
    Inherits Collection(Of PopupWindow)

The following members return PopupWindowCollection objects:

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.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<PopupWindow>

ICollection<PopupWindow>

IEnumerable<PopupWindow>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<PopupWindow> PopupWindowCollection MVCxPopupWindowCollection

See Also

PopupWindowCollection Members

Windows

DevExpress.Web Namespace