NoesisGUI
 

🔹 SortComparer Class

namespace NoesisApp

Base class for Comparer object used by CollectionSortBehavior. It compares 2 items.

Inheritance Hierarchy

SortComparer

📚 Class Hierarchy Index

Properties

Name Description
 ItemsSource Gets or sets the source collection of items

 Dependency Property    Reflection Property


Attached Properties

SortComparer has no attached properties

Methods

Name Description
 Compare(Noesis::BaseComponent*, Noesis::BaseComponent*) Compares two objects indicating whether one is less than (< 0), equal to (== 0), or greater than the other (> 0)
 NeedsRefresh(Noesis::BaseComponent*, const char*) Indicates if sort should be re-evaluated after an item property change
 Refresh() Triggers a new sort of the list

Events

Name Description
 SortRequired Indicates that conditions changed and sort needs to be re-evaluated

 Routed Event    Non-routed Event    Delegate Event


 
© 2017 Noesis Technologies