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

ASPxMemo.Native Property

Gets or sets a value specifying whether or not the ASPxMemo editor is rendered as a native HTML text area element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Native { get; set; }

Property Value

Type Default Description
Boolean **false**

true if a memo control is rendered as a standard HTML text area; otherwise, false.

Remarks

This property is a wrapper of the MemoProperties.Native property.

See Also