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

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

python - Does anyone know how to configure the hunpos wrapper class on nltk? -