InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTrackBar Class / DataBindings Property

In This Topic
    DataBindings Property (InputTrackBar)
    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