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.SilverlightElementsAssembly: 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 |
See Also