TestAPI
CoreMVVM
XamlPadX
Xaml Compliance
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
<Calendar FirstDayOfWeek="Monday" /> <DatePicker FirstDayOfWeek="Monday" />
<DataGrid ItemsSource="{StaticResource myData}"/>
Have fun
Tx, saw DataGrid control in Blend 3. But it seems I underestimated it.