From 5b892512abf535f50be39a04fbd5168356a1118d Mon Sep 17 00:00:00 2001 From: Mike Norman Date: Sun, 4 Dec 2016 19:29:50 -0600 Subject: Catch-up in Xamarin.Forms.[Core|Pages|Xaml] (#606) --- .../Xamarin.Forms.Pages/DataSourceBinding.xml | 22 +++++++++++----------- .../DataSourceBindingExtension.xml | 18 +++++++++--------- 2 files changed, 20 insertions(+), 20 deletions(-) (limited to 'docs/Xamarin.Forms.Pages') diff --git a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataSourceBinding.xml b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataSourceBinding.xml index 3ba63cec..ea6f07ca 100644 --- a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataSourceBinding.xml +++ b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataSourceBinding.xml @@ -10,7 +10,7 @@ - To be added. + Represents a binding to a data source, for example, for display in a list. To be added. @@ -23,7 +23,7 @@ - To be added. + Creates a new object. To be added. @@ -42,12 +42,12 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The path to the bound item. + The binding mode for the binding. + The converter to use for converting values. + The converter parameter. + The string format to use to display the bound value. + Creates a new object with the specified values. To be added. @@ -62,7 +62,7 @@ Xamarin.Forms.IValueConverter - To be added. + Gets or sets the converter to use for converting bound values into displayable strings. To be added. To be added. @@ -78,7 +78,7 @@ System.Object - To be added. + Gets or sets the parameter that is passed to the converter. To be added. To be added. @@ -94,7 +94,7 @@ System.String - To be added. + Gets or sets the path to the bound property. To be added. To be added. diff --git a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataSourceBindingExtension.xml b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataSourceBindingExtension.xml index 6aa99633..7a141d4e 100644 --- a/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataSourceBindingExtension.xml +++ b/docs/Xamarin.Forms.Pages/Xamarin.Forms.Pages/DataSourceBindingExtension.xml @@ -19,7 +19,7 @@ - To be added. + Extension methods for a binding to a data source, for example, for display in a list. To be added. @@ -32,7 +32,7 @@ - To be added. + Creates a new object. To be added. @@ -47,7 +47,7 @@ Xamarin.Forms.IValueConverter - To be added. + Gets or sets the converter to use for converting bound values into displayable strings. To be added. To be added. @@ -63,7 +63,7 @@ System.Object - To be added. + Gets or sets the parameter that is passed to the converter.. To be added. To be added. @@ -79,7 +79,7 @@ Xamarin.Forms.BindingMode - To be added. + Gets or sets the binding mode. To be added. To be added. @@ -95,7 +95,7 @@ System.String - To be added. + Gets or sets the path to the bound property. To be added. To be added. @@ -111,7 +111,7 @@ System.String - To be added. + Gets or sets the format string to use for displaying the value. To be added. To be added. @@ -131,7 +131,7 @@ To be added. - To be added. + For internal use. To be added. To be added. @@ -151,7 +151,7 @@ To be added. - To be added. + For internal use. To be added. To be added. -- cgit v1.2.3