TimePicker Minimum value Silverlight -


i wan't use timepicker setting minimum posible value, user can't choose other after value.

like displaydatestart in datepicker.

you can use minimum , maximum properties of timepicker control in silverlight limit times displayed in drop down menu.

starttime.maximum = endtime; endtime.minimum = starttime; 

here starttime , endtime 2 timepickers


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -