C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1TextBox Class / MaxLength Property

In This Topic
MaxLength Property (C1TextBox)
In This Topic
Gets or sets the maximum number of characters allowed in the text box.
Syntax
'Declaration
 
Public Overridable Property MaxLength As Nullable(Of Integer)
 
See Also