A newer version of this page is available.
Switch to the current version.
MemoProperties Class
Contains settings specific to a memo editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public class MemoProperties :
TextEditProperties
Public Class MemoProperties
Inherits TextEditProperties
Related API Members
The following members accept/return MemoProperties objects:
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
Feedback