ASPxPopupControl.Windows Property
Gets the collection of windows in the popup control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PopupWindowCollection Windows { get; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
#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.