Minimum Date Expression property

This property is used when creating Split Datepickers.

This property should contain an expression that returns a date or datetime value. It is used at runtime to determine the minimum acceptable date for the control.

Setting this value will affect the control in two ways:

  1. Restricting the range of years shown in the UI.
  2. Performing client-side validation to ensure that the date is greater than or equal to the value computed from this expression.

Additional validation on the server side may be advisable, see Split Datepicker control type for more information.