MemoProperties Class
Contains settings specific to a memo editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
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 |
Remarks
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).
Inheritance
See Also