Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateEraDisplayField Class / Pattern Property


In This Topic
Pattern Property (DateEraDisplayField)
In This Topic
Gets or sets era pattern for the field.
Syntax
'Declaration
 
Public Property Pattern As EraPattern
 
'Usage
 
Dim instance As DateEraDisplayField
Dim value As EraPattern
 
instance.Pattern = value
 
value = instance.Pattern

Property Value

An GrapeCity.Win.Spread.InputMan.CellType.EraPattern enum indicates the pattern. The default value is GrapeCity.Win.Spread.InputMan.CellType.EraPattern.EraName.
Remarks
The property retrieves the display pattern of the DateEraDisplayField when the GrapeCity.Win.Spread.InputMan.CellType.GcDateTime hasn't input focus.
See Also