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

ASPxPopupControl.Windows Property

Gets the collection of windows in the popup control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PopupWindowCollection Windows { get; }

Property Value

Type Description
PopupWindowCollection

A PopupWindowCollection object which represents the collection of popup windows within the control.

Remarks

The Windows property is used to provide access to the collection of popup windows within a popup control. The collection is represented by an instance of the PopupWindowCollection class and allows individual windows (which are instances of the PopupWindow class) to be added, deleted and accessed using an indexer notation.

Note

If the Windows collection is empty, a popup control represents a single default popup window whose appearance and behavior are defined directly by the control’s settings.

See Also