MaxLength Property (InputFieldTextItem)
In This Topic
Specifies 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