Spread Windows Forms 12.0 Product Documentation
Pattern Property (DateWeekdayDisplayFieldInfo)


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

Property Value

A GrapeCity.Win.Spread.InputMan.CellType.WeekdayPattern value that indicates the weekday pattern.
The default is WeekdayPattern.WeekdayName.
Remarks
This property retrieves the pattern of the DateWeekdayDisplayFieldInfo.
See Also

Reference

DateWeekdayDisplayFieldInfo Class
DateWeekdayDisplayFieldInfo Members