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


In This Topic
    Pattern Property (DateWeekdayDisplayField)
    In This Topic
    Gets or sets a value indicating the weekday pattern for the field.
    Syntax
    'Declaration
     
    
    Public Property Pattern As WeekdayPattern
    'Usage
     
    
    Dim instance As DateWeekdayDisplayField
    Dim value As WeekdayPattern
     
    instance.Pattern = value
     
    value = instance.Pattern
    public WeekdayPattern Pattern {get; set;}

    Property Value

    A GrapeCity.Win.Spread.InputMan.CellType.WeekdayPattern value indicates the weekday pattern.
    The default is GrapeCity.Win.Spread.InputMan.CellType.WeekdayPattern.WeekdayName.
    Remarks
    The property retrieves the pattern of the DateWeekdayDisplayField.
    See Also