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.v25.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
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