InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputImage Class / DataBindings Property

In This Topic
    DataBindings Property (InputImage)
    In This Topic
    Gets a reference to the collection of data bindings for the component.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property DataBindings As ControlBindingsCollection
    public virtual ControlBindingsCollection DataBindings {get;}
    See Also