We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866d83a commit c6798cbCopy full SHA for c6798cb
README.md
@@ -28,8 +28,11 @@ Refer to the following code example in which the TreeGrid column is populated wi
28
public class ViewModel: NotificationObject
29
{
30
#region Private Variables
31
+
32
private ObservableCollection<EmployeeInfo> _employees;
33
34
private TreeGridColumns sfGridColumns;
35
36
#endregion
37
38
public TreeGridColumns SfGridColumns
@@ -56,4 +59,4 @@ public class ViewModel: NotificationObject
56
59
}
57
60
58
61
-```
62
+```
0 commit comments