Class GroupVariantCollection
Collection of group variants.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class GroupVariantCollection : Collection<GroupVariant>
Methods
ClearItems()
Removes all elements from the System.Collections.ObjectModel.Collection<>.
Declaration
protected override void ClearItems()
InsertItem(Int32, GroupVariant)
Inserts an element into the System.Collections.ObjectModel.Collection<> at the specified index.
Declaration
protected override void InsertItem(int index, GroupVariant item)
Parameters
System.Int32
index
|
GroupVariant
item
|
RemoveItem(Int32)
Removes the element at the specified index of the System.Collections.ObjectModel.Collection<>.
Declaration
protected override void RemoveItem(int index)
Parameters
System.Int32
index
|