Skip to main content
A newer version of this page is available. .
Tab

MemoProperties Class

Contains settings specific to a memo editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class MemoProperties :
    TextEditProperties

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).

See Also