-
Notifications
You must be signed in to change notification settings - Fork 1
ViewModelExtensions
Patrick Schimmel edited this page May 24, 2021
·
2 revisions
Namespace: ES.Tools.Core.MVVM (ES.Tools.Core)
Helpful extension methods that can be use in the context of ViewModels.
CollectionView GetView(this IEnumerable source)
Returns the default collection view of a list object
AddSorting(this IEnumerable source, params SortDescription[] sortDescriptions)
Adds a SortDescription to the default view of a collection.
SetSorting(this IEnumerable source, params SortDescription[] sortDescriptions)
Sets a new SortDescription to the default view of a collection.
ClearSorting(this IEnumerable source)
Removes all SortDescriptions from the default view of a collection.
See also ViewModel.
-
Infrastructure
-
MVVM
-
Adorners
-
Behaviors
-
Controls
-
Converters
-
Effects
-
Infrastructure