Back to Devexpress

MVCxPopupWindowCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-4a1b76d2.md

latest2.7 KB
Original Source

MVCxPopupWindowCollection Class

Represents a collection of popup windows within the PopupControl.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxPopupWindowCollection :
    PopupWindowCollection
vb
Public Class MVCxPopupWindowCollection
    Inherits 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

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<PopupWindow>

ICollection<PopupWindow>

IEnumerable<PopupWindow>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<PopupWindow> PopupWindowCollection MVCxPopupWindowCollection

See Also

MVCxPopupWindowCollection Members

Popup Control

DevExpress.Web.Mvc Namespace