C# (CSharp) ModernWPF.ViewModels Namespace

Classes

Name Description
AsyncPagerViewModel View model for the typical paging logic when given paging size, current page, and total item count.
DisposableViewModel A view model base class that also implements IDisposable.
PagerViewModel View model for the typical paging logic when given paging size, current page, and total item count.
ProgressViewModel A view-model for reporting progress. This is also suitable for databinding to TaskbarItemInfo in a wpf window.
SelectableViewModel A view-model for something that can be selected.
StatusViewModel A view model for status string.