Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DiagramOptionsOrgChartLayout.ConnectorsRouting Property

Gets or sets whether applying the Org chart layout affects connector routing.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v24.2.dll

NuGet Package: DevExpress.Win.Diagram

#Declaration

[DefaultValue(TreeConnectorsRouting.CalculatePointIndex)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual TreeConnectorsRouting ConnectorsRouting { get; set; }

#Property Value

Type Default Description
TreeConnectorsRouting CalculatePointIndex

A DevExpress.Diagram.Core.Layout.TreeConnectorsRouting enumeration value.

Available values:

Name
Default
CalculatePointIndex

#Property Paths

You can access this nested property as listed below:

Object Type Path to ConnectorsRouting
DiagramControl
.OptionsOrgChartLayout .ConnectorsRouting

#Remarks

The DiagramControl‘s automatic layout recalculates connection point locations to improve the diagram presentation. Set the ConnectorsRouting property to Default to disable this behavior for the org chart layout.

See Also