Back to Devexpress

MemoProperties Class

aspnet-devexpress-dot-web-8821e4a6.md

latest2.8 KB
Original Source

MemoProperties Class

Contains settings specific to a memo editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class MemoProperties :
    TextEditProperties
vb
Public Class MemoProperties
    Inherits TextEditProperties

The following members return MemoProperties objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsCardViewMemoColumn.PropertiesMemoEdit
FilterControlMemoColumn.PropertiesMemoEdit
GridViewDataMemoColumn.PropertiesMemoEdit
TreeListMemoColumn.PropertiesMemo
VerticalGridMemoRow.PropertiesMemoEdit
ASP.NET MVC ExtensionsMVCxMemo.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).

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase EditPropertiesBase EditProperties TextEditProperties MemoProperties BootstrapMemoProperties

MVCxColumnMemoProperties

MVCxMemoProperties

See Also

MemoProperties Members

Memo

DevExpress.Web Namespace