ExtensionsFactory.PopupControl(Action<PopupControlSettings>) Method
In This Article
Creates a PopupControl.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PopupControlExtension PopupControl(
Action<PopupControlSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Popup |
A delegate method that accepts Popup |
#Returns
Type | Description |
---|---|
Popup |
A Popup |
See Also