CanReplace Method (C1GroupDataCollection<S>)
In This Topic
Determines whether the item at the specified index can be replaced in the collection.
Syntax
'Declaration
Public Overrides Function CanReplace( _
ByVal As Integer _
) As Boolean
public override bool CanReplace(
int
)
Parameters
- index
- The index of the item that would be replaced.
See Also