DataTemplate.Bindings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a dictionary of bindings, indexed by the bound properties.
public System.Collections.Generic.IDictionary<Xamarin.Forms.BindableProperty,Xamarin.Forms.BindingBase> Bindings { get; }
member this.Bindings : System.Collections.Generic.IDictionary<Xamarin.Forms.BindableProperty, Xamarin.Forms.BindingBase>