tags:

views:

102

answers:

1

It seems that d:IsDataSource can be used to provide design time data in blend. Does anyone know where I can find the docs for this or can explain how the behavior and usage of this Property is? I have only seen it beeing used in a ObjectDataProvider. Whereesle can I use it and what does blend acutally do when it finds this property in a XAML element?

A: 

The only thing d:IsDataSource seems to define is whether it shows up as a datasource in the "Data" tab in blend. Correct me if I am wrong.

bitbonk