Skip to main content
A newer version of this page is available. .

DiagramOrgChartBehavior.ExpandSubordinatesButtonMode Property

Gets or sets the display mode of the expand/collapse button. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public ExpandSubordinatesButtonMode ExpandSubordinatesButtonMode { get; set; }

Property Value

Type Description
ExpandSubordinatesButtonMode

A ExpandSubordinatesButtonMode enumeration value that is the display mode of the expand/collapse button.

Available values:

Name Description
Default

If the entire diagram is generated, the expand/collapse buttons are hidden.

If the generation and/or expansion depth is set to a non-default value, expand/collapse buttons are displayed.

None

Expand/collapse buttons are hidden

LookupChildrenInSource

A shape displays the expand/collapse button if it has hidden children shapes.

AlwaysVisible

The expand button is always visible.

See Also