Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataBindingAdapter Class / BindingContext Property


In This Topic
    BindingContext Property (SpreadDataBindingAdapter)
    In This Topic
    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

    Collection of System.Windows.Forms.BindingManagerBase objects for this System.Windows.Forms.IBindableComponent.
    See Also