Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / MaxMinBehavior Property


In This Topic
    MaxMinBehavior Property (GcDateTime)
    In This Topic
    Gets or sets the behavior when the new input value is not between MinDate and MaxDate.
    Syntax
    'Declaration
     
    
    Public Property MaxMinBehavior As MaxMinBehavior
    'Usage
     
    
    Dim instance As GcDateTime
    Dim value As MaxMinBehavior
     
    instance.MaxMinBehavior = value
     
    value = instance.MaxMinBehavior
    public MaxMinBehavior MaxMinBehavior {get; set;}

    Property Value

    A MaxMinBehavior enumeration value that indicates the behavior when the new input value is outside the range specified by MinDate and MaxDate.
    The default is MaxMinBehavior.AdjustToMaxMin.
    Exceptions
    ExceptionDescription
    The value is not a valid MaxMinBehavior item.
    See Also