Avalonia.Collections Namespace
Classes
| AvaloniaDictionary(TKey, TValue) | A notifying dictionary. |
| AvaloniaDictionaryExtensions | Defines extension methods for working with AvaloniaList(T)s. |
| AvaloniaList(T) | A notifying list. |
| AvaloniaListConverter(T) | Creates an AvaloniaList(T) from a string representation. |
| AvaloniaListExtensions | Defines extension methods for working with AvaloniaList(T)s. |
| DataGridCollectionView | DataGrid-readable view over an IEnumerable. |
| DataGridCollectionViewGroup | |
| DataGridComparerSortDescription | |
| DataGridCurrentChangingEventArgs | Provides data for the CurrentChanging event. |
| DataGridGroupDescription | |
| DataGridPathGroupDescription | |
| DataGridSortDescription | |
| DataGridSortDescriptionCollection | |
| NotifyCollectionChangedExtensions | |
| PageChangingEventArgs | Event argument used for page index change notifications. The requested page move can be canceled by setting e.Cancel to True. |
Structures
| AvaloniaList(T).Enumerator | Enumerates the elements of a AvaloniaList(T). |
Interfaces
| IAvaloniaDictionary(TKey, TValue) | |
| IAvaloniaList(T) | A notifying list. |
| IAvaloniaReadOnlyDictionary(TKey, TValue) | |
| IAvaloniaReadOnlyList(T) | A read-only notifying list. |
| IDataGridCollectionView | Enables collections to have the functionalities of current record management, custom sorting, filtering, and grouping. |
| IDataGridCollectionViewFactory | Defines a method that enables a collection to provide a custom view for specialized sorting, filtering, grouping, and currency. |
Enumerations
| ResetBehavior | Describes the action notified on a clear of a AvaloniaList(T). |