IDataBindingsAccessor.HasDataBindings Property

Definition

Gets a value indicating whether the control contains any data-binding logic.

public:
 property bool HasDataBindings { bool get(); };
public bool HasDataBindings { get; }
member this.HasDataBindings : bool
Public ReadOnly Property HasDataBindings As Boolean

Property Value

true if the control contains data binding logic.

Applies to