Skip to main content

HtmlEditorExtension.Bind(Object) Method

Binds the HtmlEditor editor to a value.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public HtmlEditorExtension Bind(
    object value
)

#Parameters

Name Type Description
value Object

An object that is the bound value.

#Returns

Type Description
HtmlEditorExtension

An HtmlEditorExtension object that is the HtmlEditor.

See Also