Collection of group variants.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
C#
public class GroupVariantCollection : Collection<GroupVariant>, IList<GroupVariant>, ICollection<GroupVariant>, IList, ICollection, IReadOnlyList<GroupVariant>, IReadOnlyCollection<GroupVariant>, IEnumerable<GroupVariant>, IEnumerable
Inheritance: objectCollection<GroupVariant>GroupVariantCollection
Implements:
Inherited Members
Methods
Removes all elements from the Collection<T>.
C#
protected override void ClearItems()
Overrides:
Inserts an element into the Collection<T> at the specified index.
C#
protected override void InsertItem(int index, GroupVariant item)
Overrides:
Removes the element at the specified index of the Collection<T>.