DataGridCollectionView.

RemoveAt(int) Method

Summary

Remove the item at the given index from the underlying collection. The index is interpreted with respect to the view (filtered, sorted, and paged list).
Namespace
Avalonia.Collections
Containing Type
DataGridCollectionView

Syntax

public void RemoveAt(int index)

Parameters

Name Type Description
index int Index of the item we want to remove

Return Value

Type Description
void