Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / MaskPatternFieldInfo Class / MaxLength Property


In This Topic
    MaxLength Property (MaskPatternFieldInfo)
    In This Topic
    Gets or sets the maximum length of the MaskPatternFieldInfo.
    Syntax
    'Declaration
     
    
    Public Property MaxLength As Integer
    'Usage
     
    
    Dim instance As MaskPatternFieldInfo
    Dim value As Integer
     
    instance.MaxLength = value
     
    value = instance.MaxLength
    public int MaxLength {get; set;}

    Property Value

    An System.Int32 value indicates the maximum length.
    The default is System.UInt16.MaxValue.
    Remarks
    The property determines the maximum length of input characters.
    See Also