Spread Windows Forms 12.0 Product Documentation
MaxMinBehavior Property (GcTimeSpanCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcTimeSpanCellType Class : MaxMinBehavior Property
Gets or sets the behavior when the new values are outside the range of MinValue and MaxValue.
Syntax
'Declaration
 
Public Property MaxMinBehavior As MaxMinBehavior
'Usage
 
Dim instance As GcTimeSpanCellType
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 of MinValue and MaxValue.
The default is MaxMinBehavior.AdjustToMaxMin.
Exceptions
ExceptionDescription
The value is not a valid MaxMinBehavior item.
See Also

Reference

GcTimeSpanCellType Class
GcTimeSpanCellType Members