Skip to main content

ExtensionsFactory.PopupControl(PopupControlSettings) Method

Creates a PopupControl.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public PopupControlExtension PopupControl(
    PopupControlSettings settings
)

Parameters

Name Type Description
settings PopupControlSettings

A PopupControlSettings object containing PopupControl extension settings.

Returns

Type Description
PopupControlExtension

A PopupControlExtension object implementing the PopupControl functionality.

See Also