[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDayDisplayField.ShowLeadingZero

ShowLeadingZero Property

ShowLeadingZero

Gets or sets a value indicating whether show leading zero. This is a DependencyProperty.

Declaration
public bool ShowLeadingZero { get; set; }
Public Property ShowLeadingZero As Boolean
Property Value
Type Description
bool

true if show leading zero; otherwise, false. Default value is true.

Remarks

This property will add some "0" as place holder before current text. When current value is "7", if this property is true, it will show "07" as display text.