RadControls for Silverlight

Represents a collection of CommandBinding objects.

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

Syntax

C#
public sealed class CommandBindingCollection : Collection<CommandBinding>
Visual Basic
Public NotInheritable Class CommandBindingCollection _
	Inherits Collection(Of CommandBinding)

Inheritance Hierarchy

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

See Also