Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateEraDisplayFieldInfo Class / Pattern Property


In This Topic
    Pattern Property (DateEraDisplayFieldInfo)
    In This Topic
    Gets or sets the era pattern for the field.
    Syntax
    'Declaration
     
    
    Public Property Pattern As EraPattern
    'Usage
     
    
    Dim instance As DateEraDisplayFieldInfo
    Dim value As EraPattern
     
    instance.Pattern = value
     
    value = instance.Pattern
    public EraPattern Pattern {get; set;}

    Property Value

    An GrapeCity.Win.Spread.InputMan.CellType.EraPattern enumeration that indicates the pattern. The default value is EraPattern.EraName.
    Remarks
    This property retrieves the display pattern of the DateEraDisplayFieldInfo when the GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType does not have input focus.
    See Also