Skip to main content

ExtensionsFactory<ModelType>.MemoFor<ValueType>(Expression<Func<ModelType, ValueType>>, Action<MemoSettings>) Method

Creates a Memo.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public MemoExtension MemoFor<ValueType>(
    Expression<Func<ModelType, ValueType>> expression,
    Action<MemoSettings> method
)

#Parameters

Name Type Description
expression Expression<Func<ModelType, ValueType>>

An expression that identifies the object that contains the properties to display.

method Action<MemoSettings>

A delegate method that accepts MemoSettings as a parameter.

#Type Parameters

Name
ValueType

#Returns

Type Description
MemoExtension

A MemoExtension object implementing the Memo functionality.

See Also