Updated titles and column headers for US-1889327 (#1276)

* Updated titles and column headers for US-1889327

* Updated title for US-1889327

* Updated title for US-1889327

* Minor fixes for US-1889327

* Minor fixes for US-1889327

* Test update.

* Minor edit.

* Review edits.
This commit is contained in:
Pooja Poojari
2022-02-07 12:53:54 -08:00
committed by GitHub
parent f2c54eb6bf
commit c2384a837e
5 changed files with 16 additions and 11 deletions
@@ -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"
@@ -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"
@@ -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"
@@ -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 <xref:System.Windows.Data.Binding> or <xref:System.Windows.Data.BindingBase> property to set. Not all <xref:System.Windows.Data.Binding> 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 <xref:System.Windows.Data.Binding> property being set.|
|`path`|The path string that sets the implicit <xref:System.Windows.Data.Binding.Path%2A?displayProperty=nameWithType> property. See also [PropertyPath XAML Syntax](propertypath-xaml-syntax.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|