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


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

    Property Value

    A GrapeCity.Win.Spread.InputMan.CellType.MonthPattern enumeration that indicates the pattern used to display the month.
    The default is MonthPattern.Number.
    Remarks
    This property retrieves the display pattern of the DateMonthDisplayFieldInfo when the GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType does not have the input focus.
    See Also