FormLayoutExtension<ModelType>.Bind(Object) Method
In This Article
Binds the FormLayout to a data source.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public FormLayoutExtension<ModelType> Bind(
object dataObject
)
#Parameters
Name | Type | Description |
---|---|---|
data |
Object | An object representing the bound data source. |
#Returns
Type | Description |
---|---|
Form |
A Form |
#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