c# - Set DisplayDateStart on DatePicker -


is there way can set displaydatestart property on datepicker (telerik) control in xaml without having property in viewmodel?

in terms of setting property in xaml directly, following:

<datepicker x:name="datepicker1" grid.column="1"                    grid.row="1"  margin="0,2"                                        allowdrop="true"                                 selecteddate="{x:static sys:datetime.now}"                   /> 

reference: source


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -