开发者

XAML datasource

开发者 https://www.devze.com 2023-01-22 02:13 出处:网络
H开发者_JAVA技巧I:is any difference on these statements (performance or any other issues) are they both allright?

H开发者_JAVA技巧I:is any difference on these statements (performance or any other issues) are they both allright? having a datagrid datasource the PhoneNumbers is a collection DataSource="datasource.PhoneNumbers" or DataSource="{Binding Path=PhoneNumbers}"

thanks for your help


The first actually set the value of DataSource. The second Binds the value, which works like a reference relation.

0

精彩评论

暂无评论...
验证码 换一张
取 消