Spread Windows Forms 12.0 Product Documentation
MinLength Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > MaskPatternFieldInfo Class : MinLength Property
Gets or sets the minimum length of the MaskPatternFieldInfo.
Syntax
'Declaration
 
Public Property MinLength As Integer
'Usage
 
Dim instance As MaskPatternFieldInfo
Dim value As Integer
 
instance.MinLength = value
 
value = instance.MinLength
public int MinLength {get; set;}

Property Value

An System.Int32 value indicates the minimum length.
The default is 1.
Remarks
The property determines the minimum length of input characters.
See Also

Reference

MaskPatternFieldInfo Class
MaskPatternFieldInfo Members