Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DateYearDisplayField Class / YearDigit Property


In This Topic
    YearDigit Property (DateYearDisplayField)
    In This Topic
    Gets or sets the year digit of GrapeCity.Windows.InputMan.Fields.DateYearDisplayField. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property YearDigit As YearDigitType
    'Usage
     
    Dim instance As DateYearDisplayField
    Dim value As YearDigitType
     
    instance.YearDigit = value
     
    value = instance.YearDigit
    public YearDigitType YearDigit {get; set;}

    Property Value

    A YearDigitType enumeration value indicates the year digit types.
    Exceptions
    ExceptionDescription
    The assigned value is not type of YearDigitType.
    See Also