Skip to content

Commit c6798cb

Browse files
Update README.md
1 parent 866d83a commit c6798cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ Refer to the following code example in which the TreeGrid column is populated wi
2828
public class ViewModel: NotificationObject
2929
{
3030
#region Private Variables
31+
3132
private ObservableCollection<EmployeeInfo> _employees;
33+
3234
private TreeGridColumns sfGridColumns;
35+
3336
#endregion
3437

3538
public TreeGridColumns SfGridColumns
@@ -56,4 +59,4 @@ public class ViewModel: NotificationObject
5659
}
5760
#endregion
5861
}
59-
```
62+
```

0 commit comments

Comments
 (0)