Skip to content

Commit 1b61c08

Browse files
Update knowledge-base/radtreedatagrid-binding-selecteditems-viewmodel.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent bb7f9d8 commit 1b61c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/radtreedatagrid-binding-selecteditems-viewmodel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To use `SelectedItems` in your `ViewModel`, follow these steps:
4949
</telerik:RadTreeDataGrid>
5050
```
5151

52-
**2.** Define the `ViewModel` and Subscribe to the `CollectionChanged` event of the `SelectedItems` property. This event notifies you when the selection changes.
52+
**2.** Define the `ViewModel` and subscribe to the `CollectionChanged` event of the `SelectedItems` property. This event notifies you when the selection changes.
5353

5454
```C#
5555
public class MainPageViewModel : NotifyPropertyChangedBase

0 commit comments

Comments
 (0)