HtmlEditorExtension.Bind(Object, String) Method
Binds an editor to a data source’s field.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public HtmlEditorExtension Bind(
object dataObject,
string propertyName
)
#Parameters
Name | Type | Description |
---|---|---|
data |
Object | An object specifying the bound data source. |
property |
String | A string value specifying the data source’s field name. |
#Returns
Type | Description |
---|---|
Html |
An Html |