🔹 StringSortComparer Class
namespace NoesisApp
Compares the text representation of two items for sorting.
Properties
From SortComparer
| Name | Description |
|---|---|
| ◆ ItemsSource | Gets or sets the source collection of items |
◆ Dependency Property ◆ Reflection Property
Attached Properties
StringSortComparer has no attached properties
Methods
From SortComparer
| 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
From SortComparer
| Name | Description |
|---|---|
| ◆ SortRequired | Indicates that conditions changed and sort needs to be re-evaluated |
◆ Routed Event ◆ Non-routed Event ◆ Delegate Event