Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / MinDate Property


In This Topic
    MinDate Property (GcDateTimeCellType)
    In This Topic
    Gets or sets the minimum allowable value when changing the field or value of the control using the spin setting.
    Syntax
    'Declaration
     
    
    Public Property MinDate As Date
    'Usage
     
    
    Dim instance As GcDateTimeCellType
    Dim value As Date
     
    instance.MinDate = value
     
    value = instance.MinDate
    public DateTime MinDate {get; set;}

    Property Value

    A System.DateTime value that indicates the minimum allowable value.
    Exceptions
    ExceptionDescription
    The value is greater than MaxDate.
    See Also