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


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

    Field Value

    The identifier for the MaxDate dependency property.
    See Also