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


In This Topic
    MaxLength Property (MaskPatternField)
    In This Topic
    Gets or sets the maximum length of the MaskPatternField. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property MaxLength As Integer
    'Usage
     
    Dim instance As MaskPatternField
    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 value is System.UInt16.MaxValue.
    See Also