Chapter 29 Flashcards
1
Q
What is observable collection class
A
Its change notification can be listened.
2
Q
What is data context
A
Specify a default data source for data binding is called data context.
3
Q
What is data template
A
A data template is all about the presentation of data. The templates describe the visual structure of a data object. These templates are represented by the datatemplate class.
4
Q
Can we use template without data binding
A
Yes
5
Q
What are advance forms of template
A
- Hierarchical data template
6
Q
What are another method of controlling rendering than template
A
Value convertors. It converts one data type to another.
7
Q
What are 3 methods for rendering
A
- String targeting
- data templates
- value convertors
8
Q
Does data supply to data templates is done by data context
A
Yes