[]
Defines how to process the GcDateTime.Value or GcNubmer.Value property when it is invalid.
public enum ValueProcessAction
Public Enum ValueProcessAction
Name | Description |
---|---|
AdjustToMinMax | Adjust the value to the valid between the minimum and maximum. |
Clear | Clear the value to null. |
Keep | Do nothing. |
Restore | Restore the backup value to the specified property. |