[]
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.
public MaxMinBehavior MaxMinBehavior { get; set; }
Public Property MaxMinBehavior As MaxMinBehavior
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.
|
Type | Condition |
---|---|
InvalidEnumArgumentException | The value is not a valid GrapeCity.Win.Spread.InputMan.CellType.GcDateTime.MaxMinBehavior item. |