Gets the collection of bindings for the list.
[Visual Basic] Public ReadOnly Property Bindings As BindingsCollection [C#] public BindingsCollection Bindings {get;} [C++] public: __property BindingsCollection* get_Bindings(); [JScript] public function get Bindings() : BindingsCollection;
A BindingsCollection which contains ListBinding objects.
ListManager Class | ListManager Members | System.WinForms Namespace