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