Back to Devexpress

MemoSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-59c52725.md

latest2.2 KB
Original Source

MemoSettings Class

Contains the Memo extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MemoSettings :
    EditorSettings
vb
Public Class MemoSettings
    Inherits EditorSettings

Remarks

To declare the Memo in a View, invoke the ExtensionsFactory.Memo helper method. This method returns the Memo extension that is implemented by the MemoExtension class.

To configure the Memo extension, pass the MemoSettings object to the ExtensionsFactory.Memo helper method as a parameter. The MemoSettings object contains all the Memo extension settings.

Refer to the Memo Overview topic to learn how to add the Memo extension to your project.

To access the Memo specific settings, refer to the MemoSettings.Properties property.

Inheritance

Object SettingsBase EditorSettings MemoSettings

See Also

MemoSettings Members

Memo

MemoExtension

DevExpress.Web.Mvc Namespace