Version

Remove Method (CustomViewCollection)

Removes the specified custom view from the collection.
Syntax
public bool Remove( 
   CustomView customView
)

Parameters

customView
The custom view to remove from the collection.

Return Value

True if the custom view was successfully removed; False if the custom view was not in the collection.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also