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


In This Topic
    ShowLeadingZero Property (DateYearDisplayField)
    In This Topic
    Gets or sets a value indicating whether show leading zero.
    Syntax
    'Declaration
     
    
    Public Property ShowLeadingZero As Boolean
    'Usage
     
    
    Dim instance As DateYearDisplayField
    Dim value As Boolean
     
    instance.ShowLeadingZero = value
     
    value = instance.ShowLeadingZero
    public bool ShowLeadingZero {get; set;}

    Property Value

    true if show leading zero; otherwise, false.
    The default is false.
    Remarks
    The property retrieves whether shows the leading zero.
    See Also