[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateMonthField.Pattern

Pattern Property

Pattern

Gets or sets the pattern of GrapeCity.Windows.InputMan.Fields.DateMonthField. This is a dependency property.

Declaration
public MonthPattern Pattern { get; set; }
Public Property Pattern As MonthPattern
Property Value
Type Description
MonthPattern

A MonthPattern enumeration value indicates how to show the month. The default value is GrapeCity.Windows.InputMan.MonthPattern.Number.

Exceptions
Type Condition
ArgumentException

The assigned value is not type of MonthPattern.