RadControls for WPF

Collection of group variants.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView (in Telerik.Windows.Controls.RibbonView.dll) Version: 2013.2.611.40

Syntax

C#
public class GroupVariantCollection : Collection<GroupVariant>
Visual Basic
Public Class GroupVariantCollection _
	Inherits Collection(Of GroupVariant)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'GroupVariant>)>)>
    Telerik.Windows.Controls..::..GroupVariantCollection

See Also