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


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

    Property Value

    true if show the first year by traditional format; otherwise, false.
    The default is false.
    Remarks
    The property retrieves whether shows the the traditional year when the year is the first one.
    See Also