Click or drag to resize
Accord.NET (logo)

HeadControllerBindingContext Property

Gets or sets the collection of currency managers for the IBindableComponent.

Namespace:  Accord.Controls.Vision
Assembly:  Accord.Controls.Vision (in Accord.Controls.Vision.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
public BindingContext BindingContext { get; set; }
Request Example View Source

Property Value

Type: BindingContext

Return Value

Type: BindingContext
The collection of BindingManagerBase objects for this IBindableComponent.

Implements

IBindableComponentBindingContext
See Also