Binding.BindsDirectlyToSource Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a value that indicates whether the binding ignores any ICollectionView settings on the data source.

Namespace:  System.Windows.Data
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property BindsDirectlyToSource As Boolean
public bool BindsDirectlyToSource { get; set; }
<Binding BindsDirectlyToSource="bool"/>

Property Value

Type: System..::.Boolean
true if the binding binds directly to the data source; otherwise, false.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Binding Class

System.Windows.Data Namespace

Other Resources

Data binding for Windows Phone 8