MaxLength Property (C1InputText)
Gets or sets the maximum length of text that can be input in the control.
public System.int MaxLength {get; set;}
'Declaration
Public Property MaxLength As System.Integer
Exception | Description |
System.ArgumentOutOfRangeException |
The value should not be negative.
|