Property MinLength
MinLength
Gets or sets the minimum number of characters the user must enter into the control.
public virtual int MinLength { get; set; }
Property Value
Remarks
Currently this property doesn't affect control's behavior. You can implement your own validation rules using 'TextChanged' event.