ExtensionsFactory<ModelType>.HtmlEditorFor<ValueType>(Expression<Func<ModelType, ValueType>>) Method
Creates a HtmlEditor.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public HtmlEditorExtension HtmlEditorFor<ValueType>(
Expression<Func<ModelType, ValueType>> expression
)
#Parameters
Name | Type | Description |
---|---|---|
expression | Expression<Func<Model |
An expression that identifies the object that contains the properties to display. |
#Type Parameters
Name |
---|
Value |
#Returns
Type | Description |
---|---|
Html |
A Html |