Spread Windows Forms 12.0 Product Documentation
Pattern Property (DateEraField)


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

Property Value

The GrapeCity.Win.Spread.InputMan.CellType.EraPattern value indicates the pattern of the DateEraField.
The default is GrapeCity.Win.Spread.InputMan.CellType.EraPattern.EraName.
Remarks
The property retrieves the pattern of the DateEraField.
See Also

Reference

DateEraField Class
DateEraField Members