Back to Devexpress

ASPxMemo.Native Property

aspnet-devexpress-dot-web-dot-aspxmemo-da7343fb.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool Native { get; set; }
vb
<DefaultValue(False)>
Public Property Native As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

Native Mode

Memo

Online Demo: Common Features - Native Mode

ASPxMemo Class

ASPxMemo Members

DevExpress.Web Namespace