Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / MaskPatternField Class / MinLength Property


In This Topic
    MinLength Property
    In This Topic
    Gets or sets the minimum length of the MaskPatternField. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property MinLength As Integer
    'Usage
     
    Dim instance As MaskPatternField
    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 value is 1.
    See Also