Click or drag to resize
BindingGroupBindings Property
The list of Bindings contained in this group. Methods BindingGroup.Add and BindingGroup.Remove have to be used for adding or removing the Bindings

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public List<Binding> Bindings { get; }

Property Value

Type: ListBinding
The bindings.
See Also