ClassGroupVariantCollection
Class
Collection of group variants.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
cs-api-definition
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
ClearItems()
Removes all elements from the Collection<T>.
Declaration
cs-api-definition
protected override void ClearItems()
Overrides
InsertItem(int, GroupVariant)
Inserts an element into the Collection<T> at the specified index.
Declaration
cs-api-definition
protected override void InsertItem(int index, GroupVariant item)
Parameters
index
item
Overrides
RemoveItem(int)
Removes the element at the specified index of the Collection<T>.
Declaration
cs-api-definition
protected override void RemoveItem(int index)
Parameters
index
Overrides