You can customize DateTime editor max and min year of WebInput.
In this topic, you will learn how to customize DateTime Editor max and
min year.
To customize DateTime Editor max and min year
- Right-click on WebInput control and choose Properties.
- Expand DateTimeEditor. Set IsEnabled
to True, .
- Set MaxDropDownYear to a value indicates maximum year and set
MinDropDownYear to a value indicates minimum year.
- Run the Project.