nerdexam
Microsoft

70-484 · Question #29

You need to implement the custom code for the RSS feed Gridview control. What should you do?

The correct answer is A. Clear the ItemTemplate attribute. The design team has provided a custom XAML code segment for the itemTemplate attribute of the GridView control that displays RSS feeds. The custom item template is named newTem plate. It will not be used in other GridView controls.

Create the User Interface

Question

You need to implement the custom code for the RSS feed Gridview control. What should you do?

Options

  • AClear the ItemTemplate attribute.
  • BClear the ContentPresenterTemplate attribute.
  • CAdd a DataTemplate attribute to the Gridview control.
  • DAdd the custom XAML to the Gridview control as an inline DataContext element.

How the community answered

(51 responses)
  • A
    73% (37)
  • B
    6% (3)
  • C
    4% (2)
  • D
    18% (9)

Explanation

The design team has provided a custom XAML code segment for the itemTemplate attribute of the GridView control that displays RSS feeds. The custom item template is named newTem plate. It will not be used in other GridView controls.

Topics

#GridView#DataTemplate#ItemTemplate#RSS feed

Community Discussion

No community discussion yet for this question.

Full 70-484 Practice