Skip to main content
Tab

ASPxMemo.Text Property

Gets or sets the editor’s text contents.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string Text { get; set; }

Property Value

Type Description
String

A String value representing the editor’s text.

Example

The complete sample project is available in the DevExpress Code Central database at E55.

...
<dxe:ASPxMemo ID="txtContentText" runat="server" Columns="40" Rows="4" Text="Default Content Text">
</dxe:ASPxMemo>
...
See Also