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

PopupControlExtension.Bind(Object) Method

Binds the PopupControl to a data source.

Namespace: DevExpress.Web.Mvc

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

Declaration

public PopupControlExtension Bind(
    object dataObject
)

Parameters

Name Type Description
dataObject Object

An object representing the bound data source.

Returns

Type Description
PopupControlExtension

A PopupControlExtension object representing the PopupControl.

See Also