Partager via


New WPF Features: DatePickerCalendarVSMDatagrid

This is part of a series on New WPF Features  

These controls have been part of the WPF toolkit on Codeplex. They are now making their way into the framework.

You can get the usage details from the codeplex site

WPF Toolkit: DataGrid Feature Walkthrough 

WPF Toolkit: Visual State Manager Overview 

WPF Toolkit: DatePicker and Calendar Walkthrough 

  <Calendar FirstDayOfWeek="Monday" />
  <DatePicker FirstDayOfWeek="Monday" />
 

 <DataGrid ItemsSource="{StaticResource myData}"/>

Have fun 

Share this post

Comments

  • Anonymous
    November 29, 2009
    Tx, saw DataGrid control in Blend 3. But it seems I underestimated it.