Class | Summary |
---|---|
AvaloniaDictionary<TKey,TValue> | A notifying dictionary. |
AvaloniaList<T> | A notifying list. |
AvaloniaListConverter<T> | Creates an AvaloniaList from a string representation. |
AvaloniaListExtensions | Defines extension methods for working with AvaloniaList s. |
DataGridCollectionView | DataGrid-readable view over an IEnumerable. |
DataGridCollectionViewGroup | |
DataGridCurrentChangingEventArgs | Provides data for the Avalonia.Collections.ICollectionView.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. |
Enum | Summary |
---|---|
ResetBehavior | Describes the action notified on a clear of a AvaloniaList . |
Interface | Summary |
---|---|
IAvaloniaList<T> | A notifying list. |
IAvaloniaReadOnlyList<T> | A read-only notifying list. |