MaxLength Property (InputFieldText)
In This Topic
Specifies the maximum length of the text entered. When null, the text is not restricted to any specified length.
Syntax
'Declaration
Public Property MaxLength As Integer
public int MaxLength {get; set;}
See Also