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





Gets or sets the maximum number of characters that can be entered.

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

 Syntax

C#  Copy Code

public int MaxLength { get; set; }

Visual Basic  Copy Code

Public Property MaxLength As Integer

 Property Value

Type: Int32
The maximum number of characters that can be entered.

 See Also

TextBox Members
TextBox Class
MindFusion.UI.WebForms Namespace