Summary
Replaces the element at the specified index.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Calendar
Blackout Dates Collection
Syntax
protected override void SetItem(int index, CalendarDateRange item)
Remarks
This implementation raises the CollectionChanged event.
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index of the element to replace. |
item | CalendarDateRange | The new value for the element at the specified index. |
Return Value
Type | Description |
---|---|
void |