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

MVCxPopupWindowCollection.Add(MVCxPopupWindow) Method

Adds a specified popup window to the end of the collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void Add(
    MVCxPopupWindow window
)

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