[]
Gets or sets month pattern for GrapeCity.Windows.InputMan.Fields.DateMonthDisplayField. This is a dependency property.
public MonthPattern Pattern { get; set; }
Public Property Pattern As MonthPattern
| Type | Description |
|---|---|
| MonthPattern | An MonthPattern enumeration indicates the pattern. The default value is GrapeCity.Windows.InputMan.MonthPattern.Number. |
| Type | Condition |
|---|---|
| ArgumentException | The assigned value is not type of MonthPattern. |