Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DateWeekdayDisplayField Class / Pattern Property


In This Topic
    Pattern Property (DateWeekdayDisplayField)
    In This Topic
    Gets or sets a value indicating the weekday pattern for GrapeCity.Windows.InputMan.Fields.DateWeekdayDisplayField. This is a dependency property.
    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.Windows.InputMan.WeekdayPattern value indicates the weekday pattern. The default value is GrapeCity.Windows.InputMan.WeekdayPattern.WeekdayName.
    Exceptions
    ExceptionDescription
    The assigned value is not type of GrapeCity.Windows.InputMan.WeekdayPattern.
    See Also