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


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

    Property Value

    true to show leading zeros; otherwise, false.
    The default is false.
    Remarks
    This property retrieves whether to show the leading zero.
    See Also