Skip to main content

FormLayoutExtension<ModelType>.Bind(Object) Method

Binds the FormLayout to a data source.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FormLayoutExtension<ModelType> Bind(
    object dataObject
)

Parameters

Name Type Description
dataObject Object

An object representing the bound data source.

Returns

Type Description
FormLayoutExtension<ModelType>

A FormLayoutExtension<ModelType> object representing the FormLayout.

Remarks

Use the Bind method to bind the FormLayout extension to a non-Model class instance. Refer to the Binding to Data topic to learn about binding a FormLayout to data.

See Also