Table of Contents

Property MinLength

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

MinLength

Gets or sets the minimum number of characters the user must enter into the control.

public virtual int MinLength { get; set; }

Property Value

int

Remarks

Currently this property doesn't affect control's behavior. You can implement your own validation rules using 'TextChanged' event.