Spread Windows Forms 12.0 Product Documentation
Pattern Property (DateAmPmField)


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

Property Value

An GrapeCity.Win.Spread.InputMan.CellType.AmPmPattern value indicates the pattern.
The default is GrapeCity.Win.Spread.InputMan.CellType.AmPmPattern.AmPmDesignator.
Remarks
The property retrieves the pattern about the AMDesignator and the PMDesignator.
See Also

Reference

DateAmPmField Class
DateAmPmField Members