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


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

    Field Value

    The identifier for the MinDate dependency property.
    See Also