JAMS Developer Guide
BindingContext Property (EditSourceManager)


MVPSI.JAMS Namespace > EditSourceManager Class : BindingContext Property
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<SRDescriptionAttribute("The binding manager for the container control.  This manages all bindings of child controls to lists.")>
Public Overridable Property BindingContext As System.Windows.Forms.BindingContext
'Usage
 
Dim instance As EditSourceManager
Dim value As System.Windows.Forms.BindingContext
 
instance.BindingContext = value
 
value = instance.BindingContext
[System.ComponentModel.Browsable(false)]
[SRDescription("The binding manager for the container control.  This manages all bindings of child controls to lists.")]
public virtual System.Windows.Forms.BindingContext BindingContext {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EditSourceManager Class
EditSourceManager Members