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


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

    Field Value

    The identifier for the GrapeCity.Windows.InputMan.GcDateTime.MinDate dependency property.
    See Also