Xamarin.Forms.Pages 1.0.0.0 Xamarin.Forms.ContentPage Xamarin.Forms.Pages.IDataSourceProvider Base class for , , and , and for data pages defined by the developer . To be added. Constructor 1.0.0.0 Creates a new DataPage with default values. To be added. Property 1.0.0.0 System.Collections.Generic.IEnumerable<Xamarin.Forms.Pages.IDataItem> Gets or sets the data that will be displayed by the data page. The data that will be displayed by the data page. 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 a data source, such as a URL or file, from which an enumerable list of objects can be obtained. The data source from which an enumerable list of objects can be obtained. 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 to use when none is specified by a . The to use when none is specified by a . 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 of the key-value pair to suppress from the data source. Makes a data key unavailable to the application. To be added. Method 1.0.0.0 System.Void The key of the previously masked key-value pair to make available to the application. Makes a previously masked data key available to the application. To be added.