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


In This Topic
    Pattern Property (MaskPatternFieldInfo)
    In This Topic
    Gets the pattern of the field.
    Syntax
    'Declaration
     
    
    Public Property Pattern As String
    'Usage
     
    
    Dim instance As MaskPatternFieldInfo
    Dim value As String
     
    instance.Pattern = value
     
    value = instance.Pattern
    public string Pattern {get; set;}

    Property Value

    A System.String value indicates the pattern.
    The default is System.String.Empty.
    Remarks
    The property retrieves the pattern of the MaskPatternField when the GrapeCity.Win.Spread.InputMan.CellType.GcMask hasn't the input focus.
    See Also