[]
Gets or sets a value indicating the weekday pattern for GrapeCity.Windows.InputMan.Fields.DateWeekdayDisplayField. This is a dependency property.
public WeekdayPattern Pattern { get; set; }
Public Property Pattern As WeekdayPattern
Type | Description |
---|---|
WeekdayPattern | A GrapeCity.Windows.InputMan.WeekdayPattern value indicates the weekday pattern. The default value is GrapeCity.Windows.InputMan.WeekdayPattern.WeekdayName. |
Type | Condition |
---|---|
ArgumentException | The assigned value is not type of GrapeCity.Windows.InputMan.WeekdayPattern. |