[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.MaxMinBehavior

MaxMinBehavior Property

MaxMinBehavior

Gets or sets the behavior when the new values are outside the range of MinValue and MaxValue.

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

A MaxMinBehavior enumeration value that indicates the behavior when the new input value is outside of MinValue and MaxValue.
The default is AdjustToMaxMin.

Exceptions
Type Condition
InvalidEnumArgumentException

The value is not a valid MaxMinBehavior item.