Hi, everybody.
Please tell me how I can set the minimum and maximum values for the datepicker element?
C#@(Html.DevExtreme().DateBox() .Type(DateBoxType.Time) .PickerType(DateBoxPickerType.List) .Max(......) .Min(......) .Value(DateTime.Now) )
I need to allow time to be selected in the range from 7 to 21 hours in 10 minute increments.