Click or drag to resize
BindingBindingGroup Property
The BindingGroup that this Binding is in, or null if this Binding was not yet added to one

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public BindingGroup BindingGroup { get; }

Property Value

Type: BindingGroup
The binding group.
See Also