ComponentOne Xamarin Edition
CanInsert<T> Method (ICollectionViewEx)
C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : CanInsert<T> Method
The collection view.
The index where the items would be inserted.
Determines whether a new item can be inserted in the collection at the specified index.
Syntax
[Extension()]
public static bool CanInsert<T>( 
   ICollectionView<T> collectionView,
   int index
)
where T: class

Parameters

collectionView
The collection view.
index
The index where the items would be inserted.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members