DependencyPropertyValueSource.IsDataBound Property

Definition

Gets a value that indicates whether the property is set to a data binding expression.

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

Property Value

true if the property is set to a data binding expression; otherwise, false.

Applies to