Skip to main content

EditorExtension.Bind(Object) Method

Binds an editor to a value.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public virtual EditorExtension Bind(
    object value
)

Parameters

Name Type Description
value Object

An object representing the bound value.

Returns

Type Description
EditorExtension

An EditorExtension object representing the editor.

See Also