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.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<Binding BindsDirectlyToSource="bool"/>
Property Value
Type: System.Booleantrue if the binding binds directly to the data source; otherwise, false.
Show: