mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
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:
+3
-2
@@ -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.
|
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:
|
dev_langs:
|
||||||
- "csharp"
|
- "csharp"
|
||||||
- "vb"
|
- "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.
|
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
|
ms.topic: overview
|
||||||
helpviewer_keywords:
|
helpviewer_keywords:
|
||||||
- "master-details lists"
|
- "master-details lists"
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Data Binding
|
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.
|
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:
|
helpviewer_keywords:
|
||||||
- "data [Windows Forms]"
|
- "data [Windows Forms]"
|
||||||
- "Windows Forms, data binding"
|
- "Windows Forms, data binding"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Binding Markup Extension"
|
title: "Binding Markup Extension"
|
||||||
ms.date: "03/30/2017"
|
ms.date: "01/17/2022"
|
||||||
|
ms.custom: devdivchpfy22
|
||||||
f1_keywords:
|
f1_keywords:
|
||||||
- "Binding"
|
- "Binding"
|
||||||
helpviewer_keywords:
|
helpviewer_keywords:
|
||||||
@@ -31,8 +32,8 @@ Defers a property value to be a data-bound value, creating an intermediate expre
|
|||||||
|
|
||||||
## XAML Values
|
## 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.|
|
|`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.|
|
|`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).|
|
|`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).|
|
||||||
|
|||||||
+4
-3
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "ColorConvertedBitmap Markup Extension"
|
title: "ColorConvertedBitmap Markup Extension"
|
||||||
ms.date: "03/30/2017"
|
ms.date: "01/17/2022"
|
||||||
|
ms.custom: devdivchpfy22
|
||||||
helpviewer_keywords:
|
helpviewer_keywords:
|
||||||
- "XAML [WPF], ColorConvertedBitmap markup extension"
|
- "XAML [WPF], ColorConvertedBitmap markup extension"
|
||||||
- "ColorConvertedBitmap markup extension [WPF]"
|
- "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
|
## XAML Values
|
||||||
|
|
||||||
|||
|
| Value | Description |
|
||||||
|-|-|
|
|-------|-------------|
|
||||||
|`imageSource`|The URI of the nonprofiled bitmap.|
|
|`imageSource`|The URI of the nonprofiled bitmap.|
|
||||||
|`sourceIIC`|The URI of the source profile configuration.|
|
|`sourceIIC`|The URI of the source profile configuration.|
|
||||||
|`destinationIIC`|The URI of the destination profile configuration|
|
|`destinationIIC`|The URI of the destination profile configuration|
|
||||||
|
|||||||
Reference in New Issue
Block a user