ComponentOne Xamarin.Android
CanRemove Method (C1PagedCollectionView<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1PagedCollectionView<T> Class : CanRemove Method
The index of the item that would be removed.
Determines whether the item at the specified index can be removed from the collection.
Syntax
'Declaration
 
Public Overrides Function CanRemove( _
   ByVal index As Integer _
) As Boolean
'Usage
 
Dim instance As C1PagedCollectionView(Of T)
Dim index As Integer
Dim value As Boolean
 
value = instance.CanRemove(index)
public override bool CanRemove( 
   int index
)

Parameters

index
The index of the item that would be removed.
See Also

Reference

C1PagedCollectionView<T> Class
C1PagedCollectionView<T> Members