MVCxPopupWindowCollection Class
In This Article
Represents a collection of popup windows within the PopupControl.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public class MVCxPopupWindowCollection :
PopupWindowCollection
#Related API Members
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
#Inheritance
See Also