[]
Gets or sets the year digit of GrapeCity.Windows.InputMan.Fields.DateYearField. This is a dependency property.
public YearDigitType YearDigit { get; set; }
Public Property YearDigit As YearDigitType
Type | Description |
---|---|
YearDigitType | A YearDigitType enumeration value indicates the year digit. The default value is GrapeCity.Windows.InputMan.YearDigitType.FourDigitYear. |
Type | Condition |
---|---|
ArgumentException | The assigned value is not type of YearDigitType. |