diff --git a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-unbound-windows-forms-datagridview-control.md b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-unbound-windows-forms-datagridview-control.md index 0d9132b..8a0e41d 100644 --- a/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-unbound-windows-forms-datagridview-control.md +++ b/dotnet-desktop-guide/framework/winforms/controls/walkthrough-creating-an-unbound-windows-forms-datagridview-control.md @@ -1,7 +1,8 @@ --- -title: Walkthrough to Creating an Unbound Windows Forms DataGridView Control +title: Walkthrough to create an Unbound Windows Forms DataGridView Control description: You can create an Unbound Windows Forms DataGridView Control and display a small amount of data without binding it to a data source. -ms.date: "03/30/2017" +ms.date: "01/18/2022" +ms.custom: devdivchpfy22 dev_langs: - "csharp" - "vb" diff --git a/dotnet-desktop-guide/framework/winforms/data-binding-and-windows-forms.md b/dotnet-desktop-guide/framework/winforms/data-binding-and-windows-forms.md index 3868bee..e97820a 100644 --- a/dotnet-desktop-guide/framework/winforms/data-binding-and-windows-forms.md +++ b/dotnet-desktop-guide/framework/winforms/data-binding-and-windows-forms.md @@ -1,7 +1,8 @@ --- -title: Data Binding +title: Data Binding Overview description: Learn how to bind to an array of values that you calculate at runtime, read from a file, or derive from the values of other controls in Windows Forms. -ms.date: "03/30/2017" +ms.date: "01/17/2022" +ms.custom: devdivchpfy22 ms.topic: overview helpviewer_keywords: - "master-details lists" diff --git a/dotnet-desktop-guide/framework/winforms/windows-forms-data-binding.md b/dotnet-desktop-guide/framework/winforms/windows-forms-data-binding.md index db48088..9f7e338 100644 --- a/dotnet-desktop-guide/framework/winforms/windows-forms-data-binding.md +++ b/dotnet-desktop-guide/framework/winforms/windows-forms-data-binding.md @@ -1,7 +1,8 @@ --- title: Data Binding description: Learn how to use data binding in Windows Forms to display and make changes to information from a data source in controls on the form. -ms.date: "03/30/2017" +ms.date: "01/17/2022" +ms.custom: devdivchpfy22 helpviewer_keywords: - "data [Windows Forms]" - "Windows Forms, data binding" diff --git a/dotnet-desktop-guide/framework/wpf/advanced/binding-markup-extension.md b/dotnet-desktop-guide/framework/wpf/advanced/binding-markup-extension.md index b9139b3..5a7c7b5 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/binding-markup-extension.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/binding-markup-extension.md @@ -1,6 +1,7 @@ --- title: "Binding Markup Extension" -ms.date: "03/30/2017" +ms.date: "01/17/2022" +ms.custom: devdivchpfy22 f1_keywords: - "Binding" helpviewer_keywords: @@ -31,8 +32,8 @@ Defers a property value to be a data-bound value, creating an intermediate expre ## XAML Values -||| -|-|-| +| Value | Description | +|-------|-------------| |`bindProp1, bindPropN`|The name of the or property to set. Not all properties can be set with the `Binding` extension, and some properties are settable within a `Binding` expression only by using further nested markup extensions. See "Binding Properties That Can Be Set with the Binding Extension" section.| |`value1, valueN`|The value to set the property to. The handling of the attribute value is ultimately specific to the type and logic of the specific property being set.| |`path`|The path string that sets the implicit property. See also [PropertyPath XAML Syntax](propertypath-xaml-syntax.md).| diff --git a/dotnet-desktop-guide/framework/wpf/advanced/colorconvertedbitmap-markup-extension.md b/dotnet-desktop-guide/framework/wpf/advanced/colorconvertedbitmap-markup-extension.md index ed8594f..5004e1e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/colorconvertedbitmap-markup-extension.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/colorconvertedbitmap-markup-extension.md @@ -1,6 +1,7 @@ --- title: "ColorConvertedBitmap Markup Extension" -ms.date: "03/30/2017" +ms.date: "01/17/2022" +ms.custom: devdivchpfy22 helpviewer_keywords: - "XAML [WPF], ColorConvertedBitmap markup extension" - "ColorConvertedBitmap markup extension [WPF]" @@ -17,8 +18,8 @@ Provides a way to specify a bitmap source that does not have an embedded profile ## XAML Values -||| -|-|-| +| Value | Description | +|-------|-------------| |`imageSource`|The URI of the nonprofiled bitmap.| |`sourceIIC`|The URI of the source profile configuration.| |`destinationIIC`|The URI of the destination profile configuration|