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

MemoProperties.Columns Property

Gets or sets the memo editor’s display width in characters.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

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