DependencyPropertyValueSource.IsDataBound Property
Note: This API is now obsolete. The non-obsolete alternative is IsBinding.
Gets a value that indicates whether this DependencyPropertyValueSource represents a data-bound property.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use DependencyPropertyValueSource.IsBinding instead")> _
Public ReadOnly Property IsDataBound As Boolean
Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.IsBinding instead")]
public bool IsDataBound { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.IsBinding instead")]
public:
property bool IsDataBound {
bool get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.IsBinding instead")>]
member IsDataBound : bool
function get IsDataBound () : boolean
Property Value
Type: System.Boolean
true if this object represents a data-bound property; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DependencyPropertyValueSource Class
Microsoft.Windows.Design.PropertyEditing Namespace