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

FormLayoutExtension<ModelType>.Bind(Object) Method

Binds the FormLayout to a data source.

Namespace: DevExpress.Web.Mvc

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

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