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 ecf61fc commit 37d5ce0Copy full SHA for 37d5ce0
README.md
@@ -17,11 +17,12 @@ You can bind the **ItemsSource** from ViewModel to [TreeGridComboBoxColumn](http
17
### C# ViewModel:
18
``` c#
19
private ObservableCollection<string> titleList;
20
+
21
public ObservableCollection<string> TitleList
22
{
23
get { return titleList; }
24
set { titleList = value; }
25
}
26
```
27
-
28
+
0 commit comments