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