ASP.NET Pack Programmer's Guide
TextBox.Rows Property
See Also
 





Gets or sets the number of rows displayed by the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public int Rows { get; set; }

Visual Basic  Copy Code

Public Property Rows As Integer

 Property Value

Type: Int32
An instance of the System.Int32 structure. Default value is 1.

 See Also

TextBox Members
TextBox Class
MindFusion.UI.WebForms Namespace