New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines a collection of objects of type DataDescriptor.

Definition

Methods

Clears the items.

C#
protected override void ClearItems()

Overrides: ObservableCollection<T>.ClearItems()

Inserts the item.

C#
protected override void InsertItem(int index, T item)
Parameters:indexint

The index.

itemT

The item.

Overrides: ObservableCollection<T>.InsertItem(int, T)

Removes the item.

C#
protected override void RemoveItem(int index)
Parameters:indexint

The index.

Overrides: ObservableCollection<T>.RemoveItem(int)

Sets the item.

C#
protected override void SetItem(int index, T item)
Parameters:indexint

The index.

itemT

The item.

Overrides: ObservableCollection<T>.SetItem(int, T)