[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType.MaxMinBehavior

MaxMinBehavior Property

MaxMinBehavior

Gets or sets the behavior when the new input value is outside of GrapeCity.Win.Spread.InputMan.CellType.GcDateTime.MinDate and GrapeCity.Win.Spread.InputMan.CellType.GcDateTime.MaxDate.

Declaration
public MaxMinBehavior MaxMinBehavior { get; set; }
Public Property MaxMinBehavior As MaxMinBehavior
Property Value
Type Description
MaxMinBehavior

A GrapeCity.Win.Spread.InputMan.CellType.GcDateTime.MaxMinBehavior enumeration value that indicates the behavior when the new input value is outside of GrapeCity.Win.Spread.InputMan.CellType.GcDateTime.MinDate and GrapeCity.Win.Spread.InputMan.CellType.GcDateTime.MaxDate.
The default is AdjustToMaxMin.

Exceptions
Type Condition
InvalidEnumArgumentException

The value is not a valid GrapeCity.Win.Spread.InputMan.CellType.GcDateTime.MaxMinBehavior item.