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

MVCxPopupWindowCollection Class

Represents a collection of popup windows within the PopupControl.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class MVCxPopupWindowCollection :
    PopupWindowCollection

The following members return MVCxPopupWindowCollection objects:

Remarks

A collection instance represented by the MVCxPopupWindowCollection class can be accessed via the PopupControlSettings.Windows property.

See Also