System.Web.UI.WebControls.TextBox.Rows Property

Gets or sets the number of rows displayed in a multiline text box.

Syntax

[System.Web.UI.Themeable(false)]
[System.ComponentModel.DefaultValue(0)]
public virtual int Rows { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the TextBox.Rows property to specify the number of rows displayed in a multiline text box.

Note:

This property is applicable only when the TextBox.TextMode property is set to TextBoxMode.MultiLine.

This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0