单项选择题
A. { Binding Path=Data/Name, FallbackValue='N/A' }
B. { Binding Path=Data.Name, FallbackValue='N/A' }
C. { Binding Path=Data/Name, TargetNullValue='N/A' }
D. { Binding Path=Data.Name, TargetNullValue='N/A' }
单项选择题 You create a Windows client application by using Windows Presentation Foundation (WPF). The application contains the following code fragment. You need to assign lbDetails to use the detail data template when btnDetails is clicked. Which code segment should you write for the click event handler for btnDetails?()
单项选择题 You have definded a style in app.xaml You want to use this style in your application in code behind. How can you achieve this? ()
单项选择题 You have a custom button, with should have a Property "IsActive", one must be able to bind this Property on a class Property.()