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.InputManagerAssembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax public List<Binding> Bindings { get; }
Property Value
Type:
ListBindingThe bindings.
See Also