Skip to main content

MVCxPopupWindowCollection.Add() Method

Creates a new popup window with the default settings and adds it to the collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxPopupWindow Add()

Returns

Type Description
MVCxPopupWindow

An MVCxPopupWindow object representing the newly created popup window.

Remarks

Use the Add method to add a new popup window with the default settings to the end of the MVCxPopupWindowCollection object.

See Also