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