Gets a value indicating whether the binding is active.
[Visual Basic] Public ReadOnly Property IsBinding As Boolean [C#] public bool IsBinding {get;} [C++] public: __property bool get_IsBinding(); [JScript] public function get IsBinding() : Boolean;
true, if the binding is active; otherwise, false.
A binding is active when its properties are fully set, it belongs to a BindingsCollection of a data source that points to a table, and the data source is not empty.
ListBinding Class | ListBinding Members | System.WinForms Namespace