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.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

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.

Implements

DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
See Also