SortComparer Class
namespace NoesisApp
Base class for Comparer object used by CollectionSortBehavior. It compares 2 items.
Methods
Name | Description |
---|---|
Compare | Compares two objects indicating whether one is less than, equal to, or greater than the other |
NeedsRefresh | Indicates if sort should be re-evaluated after an item property change |
Refresh | Triggers a new sort of the list |
Properties
Name | Description | |
---|---|---|
![]() |
ItemsSource | Gets or sets the source collection of items |
Dependency Property
Read-only
Events
Name | Description | |
---|---|---|
![]() |
SortRequired | Indicates that conditions changed and sort needs to be re-evaluated |
Routed Event
Non-routed Event
Delegate Event
Table of Contents