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.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public ExpandSubordinatesButtonMode ExpandSubordinatesButtonMode { get; set; }
#Property Value
Type | Description |
---|---|
Expand |
A Expand |
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 |
Lookup |
A shape displays the expand/collapse button if it has hidden children shapes. |
Always |
The expand button is always visible. |