Spread Windows Forms 8.0 Product Documentation
BindingContext Property


Gets or sets the collection of currency managers for the System.Windows.Forms.IBindableComponent.
Syntax
'Declaration
 
Public Property BindingContext As BindingContext
'Usage
 
Dim instance As SpreadDataBindingAdapter
Dim value As BindingContext
 
instance.BindingContext = value
 
value = instance.BindingContext
public BindingContext BindingContext {get; set;}

Property Value

BindingContext object containing the collection of currency managersCollection of System.Windows.Forms.BindingManagerBase objects for this System.Windows.Forms.IBindableComponent.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

SpreadDataBindingAdapter Class
SpreadDataBindingAdapter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.