DependencyPropertyValueSource.DataBound Property
Note: This API is now obsolete. The non-obsolete alternative is Binding.
Gets a DependencyPropertyValueSource object that 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.Binding instead")> _
Public Shared ReadOnly Property DataBound As DependencyPropertyValueSource
Get
[ObsoleteAttribute("Use DependencyPropertyValueSource.Binding instead")]
public static DependencyPropertyValueSource DataBound { get; }
[ObsoleteAttribute(L"Use DependencyPropertyValueSource.Binding instead")]
public:
static property DependencyPropertyValueSource^ DataBound {
DependencyPropertyValueSource^ get ();
}
[<ObsoleteAttribute("Use DependencyPropertyValueSource.Binding instead")>]
static member DataBound : DependencyPropertyValueSource
static function get DataBound () : DependencyPropertyValueSource
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource
A DependencyPropertyValueSource that represents a data-bound property.
.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