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


In This Topic
    Pattern Property (DateWeekdayDisplayFieldInfo)
    In This Topic
    Gets or sets a value that indicates the weekday pattern for the field.
    Syntax
    'Declaration
     
    
    Public Property Pattern As WeekdayPattern
    'Usage
     
    
    Dim instance As DateWeekdayDisplayFieldInfo
    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 that indicates the weekday pattern.
    The default is WeekdayPattern.WeekdayName.
    Remarks
    This property retrieves the pattern of the DateWeekdayDisplayFieldInfo.
    See Also