Skip to main content
Tab

ASPxMemo.MaxLength Property

Gets or sets the maximum number of characters an end user can enter into the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
public int MaxLength { get; set; }

Property Value

Type Default Description
Int32 0

A positive integer specifying the maximum number of characters end users can enter. 0 to disable the length limit on the text.

Remarks

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

See Also