Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DateYearDisplayField Class / ShowLeadingZeroProperty Field


In This Topic
    ShowLeadingZeroProperty Field (DateYearDisplayField)
    In This Topic
    Identifies the ShowLeadingZero dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ShowLeadingZeroProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = DateYearDisplayField.ShowLeadingZeroProperty
    public static readonly DependencyProperty ShowLeadingZeroProperty

    Field Value

    The identifier for the ShowLeadingZero dependency property.
    See Also