Documentation/api/untitled/avalonia-ui-framework-4.md

3.4 KiB

Avalonia.Collections

Avalonia.Collections Namespace

Class Types

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 AvaloniaLists.
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 Types

Enum Summary
ResetBehavior Describes the action notified on a clear of a AvaloniaList.

Interface Types

Interface Summary
IAvaloniaList<T> A notifying list.
IAvaloniaReadOnlyList<T> A read-only notifying list.