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