Summary
Removes the item at the specified index of the collection.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Selected
Dates Collection
Syntax
protected override void RemoveItem(int index)
Remarks
This implementation raises the CollectionChanged event.
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index of the element to remove. |
Return Value
Type | Description |
---|---|
void |