Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / DataBindings Property


In This Topic
    DataBindings Property (FormulaTextBox)
    In This Topic
    Internal use only. Gets or sets .
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property DataBindings As ControlBindingsCollection
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As ControlBindingsCollection
     
    value = instance.DataBindings
    public new ControlBindingsCollection DataBindings {get;}
    See Also