[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateMonthDisplayField.Pattern

Pattern Property

Pattern

Gets or sets month pattern for GrapeCity.Windows.InputMan.Fields.DateMonthDisplayField. This is a dependency property.

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

An MonthPattern enumeration indicates the pattern. The default value is GrapeCity.Windows.InputMan.MonthPattern.Number.

Exceptions
Type Condition
ArgumentException

The assigned value is not type of MonthPattern.