Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataBindingAdapter Class / BindingContext Property


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

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