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

ExtensionsFactory.PopupControl(Action<PopupControlSettings>) Method

Creates a PopupControl.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public PopupControlExtension PopupControl(
    Action<PopupControlSettings> method
)

Parameters

Name Type Description
method Action<PopupControlSettings>

A delegate method that accepts PopupControlSettings as a parameter.

Returns

Type Description
PopupControlExtension

A PopupControlExtension object implementing the PopupControl functionality.

See Also