일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- nullable
- tls
- chashtag
- WPF
- Github
- csharp
- Visual Studio
- commit
- windows10
- git
- Binding
- Process
- coding-test
- Coding
- .net
- convert
- C#
- Microsoft
- ListView
- dotNET
- IValueConverter
- string
- algorithm
- File
- 코딩테스트
- logging
- windows
- log
- mysql
- programmers
Archives
- Today
- Total
목록filter (1)
CHashtag

결론부터 알려드리겠습니다. public class MainViewModel { private string _filter = string.Empty; public string Filter { get => _filter; set { _filter = value; OnFilterChanged(); } } private ObservableCollection StringFilter { get; set; } private CollectionViewSource StringCollectionViewSource { get; set; } public ICollectionView StringCollection { get { return StringCollectionViewSource.View; } } public MainV..
C#/WPF
2021. 2. 9. 01:33