Back to Devexpress

PopupControlExtension.Bind(Object) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-popupcontrolextension-dot-bind-x28-system-dot-object-x29.md

latest1.4 KB
Original Source

PopupControlExtension.Bind(Object) Method

Binds the PopupControl to a data source.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public PopupControlExtension Bind(
    object dataObject
)
vb
Public Function Bind(
    dataObject As Object
) As PopupControlExtension

Parameters

NameTypeDescription
dataObjectObject

An object representing the bound data source.

|

Returns

TypeDescription
PopupControlExtension

A PopupControlExtension object representing the PopupControl.

|

See Also

Popup Control

PopupControlExtension Class

PopupControlExtension Members

DevExpress.Web.Mvc Namespace