RemoveAt

BehaviorPropertyCollection.RemoveAt method

Removes property at the specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32Index of the property which should be deleted.

See Also