ASPxMemo.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 a wrapper of the MemoProperties.Columns property.
Example
The complete sample project is available in the DevExpress Code Central database at E55.
...
<dxe:ASPxMemo ID="txtContentText" runat="server" Columns="40" Rows="4" Text="Default Content Text">
</dxe:ASPxMemo>
...
See Also