ComponentOne Xamarin.Android
CanReplace Method (ISupportEditing)


C1.CollectionView Assembly > C1.CollectionView Namespace > ISupportEditing Interface : CanReplace Method
The index of the item that would be replaced.
Determines whether the item at the specified index can be replaced in the collection.
Syntax
'Declaration
 
Function CanReplace( _
   ByVal index As Integer _
) As Boolean
'Usage
 
Dim instance As ISupportEditing
Dim index As Integer
Dim value As Boolean
 
value = instance.CanReplace(index)
bool CanReplace( 
   int index
)

Parameters

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

Reference

ISupportEditing Interface
ISupportEditing Members