New to Telerik UI for WPFStart a free 30-day trial

Collection of group variants.

Definition

Methods

Removes all elements from the Collection<T>.

C#
protected override void ClearItems()

Overrides: Collection<GroupVariant>.ClearItems()

Inserts an element into the Collection<T> at the specified index.

C#
protected override void InsertItem(int index, GroupVariant item)
Parameters:indexintitemGroupVariant

Overrides: Collection<GroupVariant>.InsertItem(int, GroupVariant)

Removes the element at the specified index of the Collection<T>.

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

Overrides: Collection<GroupVariant>.RemoveItem(int)