Version

RemoveAt Method (FixedDateGroupCollection)

Removes the fixed date group at the specified index.
Syntax
public void RemoveAt( 
   int index
)

Parameters

index
The 0-based index of the value to remove.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is less than 0 or greater than or equal to Count.
System.InvalidOperationExceptionThis operation removes the last item in the collection and it is owned by a FixedValuesFilter which only allowed the values in the collection. Clearing the collection would prevent the filter from including any values, which is not allowed for a FixedValuesFilter.
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