RadControls for Silverlight

Represents a collection of Ribbon Contextual groups.

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

Syntax

C#
public class ContextualGroupCollection : DependencyObjectCollection<RadRibbonContextualGroup>
Visual Basic
Public Class ContextualGroupCollection _
	Inherits DependencyObjectCollection(Of RadRibbonContextualGroup)

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    DependencyObjectCollection<(Of <(<'RadRibbonContextualGroup>)>)>
      Telerik.Windows.Controls.RibbonView.Primitives..::..ContextualGroupCollection

See Also