File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,17 @@ When an event occurs, the following methods are used to apply filter values to t
2626
- [DasardControl.PerformDrillDown](https://docs.devexpress.com/Dasard/DevExpress.DasardWpf.DasardControl.PerformDrillDown(System.String-System.Object))
2727
- [DasardControl.PerformDrillUp](https://docs.devexpress.com/Dasard/DevExpress.DasardWpf.DasardControl.PerformDrillUp(System.String))
2828

29-
3029
![](./images/wpf-dasard-linked-interactivity.png)
3130

31+
## Files to Review
32+
33+
* [ChildWindow.xaml](./CS/WpfDasard_LinkedInteractivity/ChildWindow.xaml) / [VB: ChildWindow.xaml](./VB/WpfDasard_LinkedInteractivity/ChildWindow.xaml)
34+
35+
* [ChildWindow.xaml.cs](./CS/WpfDasard_LinkedInteractivity/ChildWindow.xaml.cs) / [ChildWindow.xaml.vb](./VB/WpfDasard_LinkedInteractivity/ChildWindow.xaml.vb)
36+
37+
* [MainWindow.xaml](./CS/WpfDasard_LinkedInteractivity/MainWindow.xaml) / [VB: MainWindow.xaml](./VB/WpfDasard_LinkedInteractivity/MainWindow.xaml)
38+
39+
* [MainWindow.xaml.cs](./CS/WpfDasard_LinkedInteractivity/MainWindow.xaml.cs) / [MainWindow.xaml.vb](./VB/WpfDasard_LinkedInteractivity/MainWindow.xaml.vb)
40+
3241
## Documentation
3342
- [Master Filtering and Drill-Down](https://docs.devexpress.com/Dasard/400011/building-the-designer-and-viewer-applications/wpf-viewer/manage-interactivity-capabilities)

0 commit comments

Comments
 (0)