Skip to main content

IDataGridCollectionView Methods

Methods

Contains(Object)Indicates whether the specified item belongs to this collection view.
DeferRefresh()Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.
GetEnumerator()Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable)
GetGroupingPropertyNameAtDepth(Int32) 
MoveCurrentTo(Object)Sets the specified item in the view as the CurrentItem.
MoveCurrentToFirst()Sets the first item in the view as the CurrentItem.
MoveCurrentToLast()Sets the last item in the view as the CurrentItem.
MoveCurrentToNext()Sets the item after the CurrentItem in the view as the CurrentItem.
MoveCurrentToPosition(Int32)Sets the item at the specified index to be the CurrentItem in the view.
MoveCurrentToPrevious()Sets the item before the CurrentItem in the view to the CurrentItem.
Refresh()Recreates the view.

Extension Methods

GetWeakCollectionChangedObservable()Gets a weak observable for the CollectionChanged event.
(Defined by NotifyCollectionChangedExtensions)
WeakSubscribe(Action(NotifyCollectionChangedEventArgs))Subscribes to the CollectionChanged event using a weak subscription.
(Defined by NotifyCollectionChangedExtensions)
WeakSubscribe(NotifyCollectionChangedEventHandler)Subscribes to the CollectionChanged event using a weak subscription.
(Defined by NotifyCollectionChangedExtensions)

See Also

Reference

IDataGridCollectionView Interface
Avalonia.Collections Namespace