ListObject.IsBinding Property

Definition

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.

Applies to