PopupControlSettings.Windows Property
Gets the collection of windows in the PopupControl.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MVCxPopupWindowCollection Windows { get; }
#Property Value
Type | Description |
---|---|
MVCx |
A MVCx |
#Remarks
The Windows property is used to provide access to the collection of popup windows within a PopupControl. The collection is represented by an instance of the MVCxPopupWindowCollection class, and allows individual windows (which are instances of the MVCxPopupWindow class) to be added, deleted and accessed using indexer notation.
Note
If the Windows collection is empty, a Popup