ComponentOne Xamarin.Android
CanRemove Method (ISupportEditing)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportEditing Interface : 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
 
Function CanRemove( _
   ByVal index As Integer _
) As Boolean
'Usage
 
Dim instance As ISupportEditing
Dim index As Integer
Dim value As Boolean
 
value = instance.CanRemove(index)
bool CanRemove( 
   int index
)

Parameters

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

Reference

ISupportEditing Interface
ISupportEditing Members