MVCxPopupWindowCollection.Add(MVCxPopupWindow) Method
Adds a specified popup window to the end of the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
window | MVCxPopupWindow | An MVCxPopupWindow object representing an popup window to be added. |
Remarks
Use the Add method to add a specified popup window to the end of the MVCxPopupWindowCollection object.
See Also