aspnet-devexpress-dot-web-8821e4a6.md
Contains settings specific to a memo editor.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class MemoProperties :
TextEditProperties
Public Class MemoProperties
Inherits TextEditProperties
The following members return MemoProperties objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | CardViewMemoColumn.PropertiesMemoEdit |
| FilterControlMemoColumn.PropertiesMemoEdit | |
| GridViewDataMemoColumn.PropertiesMemoEdit | |
| TreeListMemoColumn.PropertiesMemo | |
| VerticalGridMemoRow.PropertiesMemoEdit | |
| ASP.NET MVC Extensions | MVCxMemo.Properties |
The MemoProperties class contains settings specific to the ASPxMemo editor type.
In addition to the common text editor settings inherited from its ancestor, the MemoProperties class implements type specific properties which allow the text layout to be defined within the editor (MemoProperties.Rows, MemoProperties.Columns).
Object StateManager PropertiesBase EditPropertiesBase EditProperties TextEditProperties MemoProperties BootstrapMemoProperties
See Also