Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / CalendarYearProperty Field


In This Topic
    CalendarYearProperty Field
    In This Topic
    Identifies the CalendarYear dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly CalendarYearProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcDropDownCalendar.CalendarYearProperty
    public static readonly DependencyProperty CalendarYearProperty

    Field Value

    The identifier for the CalendarYear dependency property.
    See Also