Skip to main content
Tab

MemoProperties Class

Contains settings specific to a memo editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class MemoProperties :
    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

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