MemoProperties.Columns Property
Gets or sets the memo editor’s display width in characters.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value specifying the editor’s display width, in characters. |
Remarks
This property is in effect if the editor’s width is not specified explicitly via the ASPxMemo.Width property.
The Columns property specifies the number of characters in the memo editor’s text line. The specified value is applied more precise when monospaced fonts are used.
Note
The Columns property synchronizes its value with the editor’s ASPxMemo.Columns property.
See Also