InterviewSolution
Saved Bookmarks
| 1. |
What Is Collectionviewsource In Windows App? |
|
Answer» CollectionViewsSource is XAML MARKUP, it can group all data list objects and BIND them to the corresponding controls all in XAML. It has a property called Source that defines the collection of objects or data to bind to the control which is usually SET it in CODE(C#) BEHIND. CollectionViewsSource is XAML markup, it can group all data list objects and bind them to the corresponding controls all in XAML. It has a property called Source that defines the collection of objects or data to bind to the control which is usually set it in code(C#) behind. |
|