Xamarin.Forms.Pages 1.0.0.0 Xamarin.Forms.ContentView Xamarin.Forms.Pages.IDataSourceProvider Supports data presentation, and is the base class for , , and . To be added. Constructor 1.0.0.0 Creates an empty data view. To be added. Property 1.0.0.0 System.Collections.Generic.IEnumerable<Xamarin.Forms.Pages.IDataItem> Gets or sets the enumerable list of data to display. The enumerable list of data to display. To be added. Field 1.0.0.0 Xamarin.Forms.BindableProperty Backing store for the property. To be added. Property 1.0.0.0 Xamarin.Forms.Pages.IDataSource Gets or sets the data source. The data source. To be added. Field 1.0.0.0 Xamarin.Forms.BindableProperty Backing store for the property. To be added. Property 1.0.0.0 Xamarin.Forms.DataTemplate Gets or sets the default template to use for displaying data when none is specified by a data template selector. The default template to use for displaying data when none is specified by a data template selector. To be added. Field 1.0.0.0 Xamarin.Forms.BindableProperty Backing store for the property. To be added. Method 1.0.0.0 System.Void The key for the data item to block from the application. Prevents the data item that is identified by from being available to the application. To be added. Method 1.0.0.0 System.Void The key for the data item to unblock from the application Makes the previously masked data item that is identified by available to the application To be added.