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