Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateEraYearDisplayFieldInfo Class / ShowTraditionalFirstYear Property


In This Topic
    ShowTraditionalFirstYear Property (DateEraYearDisplayFieldInfo)
    In This Topic
    Gets or sets a value that indicates whether to show the first year using the traditional format.
    Syntax
    'Declaration
     
    
    Public Property ShowTraditionalFirstYear As Boolean
    'Usage
     
    
    Dim instance As DateEraYearDisplayFieldInfo
    Dim value As Boolean
     
    instance.ShowTraditionalFirstYear = value
     
    value = instance.ShowTraditionalFirstYear
    public bool ShowTraditionalFirstYear {get; set;}

    Property Value

    true to show the first year using the traditional format; otherwise, false.
    The default is false.
    Remarks
    This property retrieves whether to show the traditional year when the year is the first one.
    See Also