DiagramOrgChartController.ExpandSubordinatesButtonMode Property
In This Article
Gets or sets the display mode of the expand/collapse buttons.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[DiagramCategory(DiagramCategory.Data)]
public virtual 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. |
#Remarks
To learn more, see Generating Organization Charts.
See Also