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


In This Topic
    Pattern Property (DateMonthFieldInfo)
    In This Topic
    Gets or sets the field pattern.
    Syntax
    'Declaration
     
    
    Public Property Pattern As MonthPattern
    'Usage
     
    
    Dim instance As DateMonthFieldInfo
    Dim value As MonthPattern
     
    instance.Pattern = value
     
    value = instance.Pattern
    public MonthPattern Pattern {get; set;}

    Property Value

    The GrapeCity.Win.Spread.InputMan.CellType.MonthPattern value that indicates the pattern of the DateMonthFieldInfo.
    The default is MonthPattern.Number.
    Remarks
    This property retrieves the DateMonthFieldInfo pattern.
    See Also