Class | Description | |
---|---|---|
![]() | DoubleColumn | A column of doubles. |
![]() | IntColumn | A column of integers. |
![]() | ObjectColumn | A column of objects. |
![]() | SafeReadOnlyDoubleCollection | Creates a wrapper around a collection that asserts that access to the items is readonly and that Double.NaN and Double.(Positive/Negative)Infinity values are coerced to safe values for calculation and rendering. |
![]() | SafeSortedReadOnlyDoubleCollection | Creates a wrapper around a collection that asserts that access to the items is readonly and that Double.NaN and Double.(Positive/Negative)Infinity values are coerced to safe values for calculation and rendering. In addition, it will emulate that the items are sorted based on a sorted index map provided upon creation. |
![]() | SortedListView<T> | Used to get a sorted view of an unsorted list, based on the sorted indices for the list. |
![]() | SortedReadOnlyDoubleCollection | Creates a wrapper around a collection that asserts that access to the items is readonly and that Double.NaN and Double.(Positive/Negative)Infinity values are coerced to safe values for calculation and rendering. In addition, it will emulate that the items are sorted based on a sorted index map provided upon creation. |
![]() | StringColumn | A column of strings. |
Delegate | Description | |
---|---|---|
![]() | IntColumnComparison | Compares integers in the column. |
Enumeration | Description | |
---|---|---|
![]() | ItemsSourceAction | Describes available actions that can cause an ItemsSource event. |