ASPxTextBox.Size Property
Gets or sets the editor’s display width in characters.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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
The Size property specifies the editor width in characters. The specified value is applied more precisely when monospaced fonts are used.
Note
The Size property is in effect when the editor’s width is not specified explicitly via the ASPxtrue
). Otherwise, the text box width obtained from a theme has a greater priority.
This property is a wrapper of the TextBoxProperties.Size property.