Skip to main content

PopupControlSettings.Windows Property

Gets the collection of windows in the PopupControl.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxPopupWindowCollection Windows { get; }

Property Value

Type Description
MVCxPopupWindowCollection

A MVCxPopupWindowCollection object which represents the collection of popup windows.

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 PopupControl represents a single ‘default popup window’, whose appearance and behavior are directly defined by the PopupControl’s settings.

See Also