Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportEditing Interface / CanReplace Method
The index of the item that would be replaced.

In This Topic
    CanReplace Method (ISupportEditing)
    In This Topic
    Determines whether the item at the specified index can be replaced in the collection.
    Syntax
    'Declaration
     
    
    Function CanReplace( _
       ByVal index As Integer _
    ) As Boolean
    bool CanReplace( 
       int index
    )

    Parameters

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