SplitContainer::BindingContext Property

 

Gets or sets the BindingContext for the SplitContainer.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property BindingContext^ BindingContext {
	virtual BindingContext^ get() override;
	virtual void set(BindingContext^ value) override;
}

Property Value

Type: System.Windows.Forms::BindingContext^

A BindingContext for the control.

.NET Framework
Available since 2.0
Return to top
Show: