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


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

    Property Value

    A System.DateTime value that indicates the maximum allowable value.
    Exceptions
    ExceptionDescription
    The value is less than MinDate.
    See Also