ASPxMemo.MaxLength Property
In This Article
Gets or sets the maximum number of characters an end user can enter into the editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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