Removes the date at the given index. If the current selection mode is SingleRange and this remove operation breaks the selection range, Then the whole collection will be cleared.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected override void RemoveItem(
	int index
)
Visual Basic
Protected Overrides Sub RemoveItem ( _
	index As Integer _
)
Visual C++
protected:
virtual void RemoveItem(
	int index
) override

Parameters

index
Type: System..::..Int32
The index of the date to be removed.

See Also