[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateYearField.TwoDigitYearMax

TwoDigitYearMax Property

TwoDigitYearMax

Gets or sets the max year of two digits mode of DateYearField. This is a dependency property.

Declaration
public int TwoDigitYearMax { get; set; }
Public Property TwoDigitYearMax As Integer
Property Value
Type Description
int

A nullable int value indicates the last year of a 100-year range that can be represented by a 2-digit year. If value is null, it will return the system default value.