Skip to content

Commit 5679f41

Browse files
authored
DocGen 23_2 result (DevExpress#6925)
1 parent 824d08a commit 5679f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/05 UI Components/Diagram/10 Data Binding/40 Optional Binding Expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The following node properties are available:
164164

165165
- If a binding property is undefined, the corresponding shape or connector property value is maintained inside the loaded Diagram UI component and is lost after a page is reloaded.
166166

167-
- Diagram [nodes](/Documentation/ApiReference/UI_Components/dxDiagram/Configuration/nodes/) and shapes ([default](/Documentation/Guide/UI_Components/Diagram/Shape_Types/) and [custom](/Documentation/ApiReference/UI_Components/dxDiagram/Configuration/customShapes/)) are linked. Initially, you can set all shape properties with [defaultItemProperties](/ApiReference/UI_Components/dxDiagram/Configuration/defaultItemProperties/) or within a [customShapes](/Documentation/ApiReference/UI_Components/dxDiagram/Configuration/customShapes/) array. When a shape is placed on a canvas, these properties merge with the **nodes'** default settings or callbacks that end with **Expr** (for instance, [typeExpr](/Documentation/ApiReference/UI_Components/dxDiagram/Configuration/nodes/#typeExpr)). Use these callbacks to override the default shape settings.
167+
- Diagram [nodes](/api-reference/10%20UI%20Components/dxDiagram/1%20Configuration/nodes '/Documentation/ApiReference/UI_Components/dxDiagram/Configuration/nodes/') and shapes ([default](/concepts/05%20UI%20Components/Diagram/40%20Shape%20Types.md '/Documentation/Guide/UI_Components/Diagram/Shape_Types/') and [custom](/api-reference/10%20UI%20Components/dxDiagram/1%20Configuration/customShapes '/Documentation/ApiReference/UI_Components/dxDiagram/Configuration/customShapes/')) are linked. Initially, you can set all shape properties with [defaultItemProperties](/ApiReference/UI_Components/dxDiagram/Configuration/defaultItemProperties/) or within a [customShapes](/api-reference/10%20UI%20Components/dxDiagram/1%20Configuration/customShapes '/Documentation/ApiReference/UI_Components/dxDiagram/Configuration/customShapes/') array. When a shape is placed on a canvas, these properties merge with the **nodes'** default settings or callbacks that end with **Expr** (for instance, [typeExpr](/api-reference/10%20UI%20Components/dxDiagram/1%20Configuration/nodes/typeExpr.md '/Documentation/ApiReference/UI_Components/dxDiagram/Configuration/nodes/#typeExpr')). Use these callbacks to override the default shape settings.
168168

169169
- If you bind a Diagram to a [linear](/concepts/05%20UI%20Components/Diagram/10%20Data%20Binding/20%20Linear%20Array.md '/Documentation/Guide/UI_Components/Diagram/Data_Binding/#Linear_Array') or [hierarchical array](/concepts/05%20UI%20Components/Diagram/10%20Data%20Binding/30%20Hierarchical%20Array.md '/Documentation/Guide/UI_Components/Diagram/Data_Binding/#Hierarchical_Array'), edge binding properties are not in effect, because connectors are not bound to specific edges. This is why the storage of connector styles in a data source is not supported.
170170

0 commit comments

Comments
 (0)