ClassCommandBindingCollection
Class
Represents a collection of CommandBinding objects.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public sealed class CommandBindingCollection : Collection<CommandBinding>, IList<CommandBinding>, ICollection<CommandBinding>, IList, ICollection, IReadOnlyList<CommandBinding>, IReadOnlyCollection<CommandBinding>, IEnumerable<CommandBinding>, IEnumerable
Inheritance: objectCollection<CommandBinding>CommandBindingCollection
Implements:
Inherited Members
Constructors
CommandBindingCollection()
Declaration
cs-api-definition
public CommandBindingCollection()