MaxLength Property (C1TextBox)
In This Topic
Syntax
'Declaration
Public Property MaxLength As Integer
'Usage
Dim instance As C1TextBox
Dim value As Integer
instance.MaxLength = value
value = instance.MaxLength
public int MaxLength {get; set;}
See Also