ListObject.IsBinding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether data binding is active.
public:
property bool IsBinding { bool get(); };
public bool IsBinding { get; }
member this.IsBinding : bool
Public ReadOnly Property IsBinding As Boolean
Property Value
true
if data binding is active; otherwise, false
.
Remarks
A binding is active when it meets these conditions: all its properties are set, the user did not call ResumeBinding or SuspendBinding on the BindingManagerBase that the Binding belongs to, and the control to which the Binding belongs has been created.