Spread Windows Forms 12.0 Product Documentation
Pattern Property (DateMonthFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateMonthFieldInfo Class : Pattern Property
Gets or sets the field pattern.
Syntax
'Declaration
 
Public Property Pattern As MonthPattern
'Usage
 
Dim instance As DateMonthFieldInfo
Dim value As MonthPattern
 
instance.Pattern = value
 
value = instance.Pattern
public MonthPattern Pattern {get; set;}

Property Value

The GrapeCity.Win.Spread.InputMan.CellType.MonthPattern value that indicates the pattern of the DateMonthFieldInfo.
The default is MonthPattern.Number.
Remarks
This property retrieves the DateMonthFieldInfo pattern.
See Also

Reference

DateMonthFieldInfo Class
DateMonthFieldInfo Members