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

PopupBuilder Class

A Popup control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class PopupBuilder :
    WidgetBuilder

The following members return PopupBuilder objects:

Show 102 links

Remarks

Call the Popup helper method to create a new Popup control. The method creates a PopupBuilder class instance whose members allow you to specify control options.

@(Html.DevExtreme().Popup() // create a Popup
    // call methods to specify control options
)

Inheritance

See Also