Spread Windows Forms 10.0 Product Documentation
MaxMinBehavior Property (GcTimeSpanCellType)


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
System.ComponentModel.InvalidEnumArgumentExceptionThe value is not a valid MaxMinBehavior item.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

GcTimeSpanCellType Class
GcTimeSpanCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.