Skip to content

Commit 2e98be3

Browse files
Update README.md
1 parent 0e17a3b commit 2e98be3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You can bind the **SelectedItem** property directly to TreeGrid by setting the *
2727
public class ViewModel: NotificationObject
2828
{
2929
private object selectedItem;
30+
3031
public object SelectedItem
3132
{
3233
get
@@ -40,4 +41,4 @@ public class ViewModel: NotificationObject
4041
}
4142
}
4243
}
43-
```
44+
```

0 commit comments

Comments
 (0)