Version

Remove Method (DisplayValueCollection)

Removes a display text value from the collection.
Syntax
public bool Remove( 
   string item
)

Parameters

item
The display text value to remove from the collection.

Return Value

True if the value was found and removed; False otherwise.
Remarks

Display text values are compared case-insensitively.

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