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

DiagramItem.CollapseButtonVisibilityMode Property

Gets or sets a value that indicates when the collapse button is displayed. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

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

Declaration

public CollapseButtonVisibilityMode CollapseButtonVisibilityMode { get; set; }

Property Value

Type Description
CollapseButtonVisibilityMode

A CollapseButtonVisibilityMode enumeration value.

Available values:

Name Description
HasSubordinates

Collapse button is visible if a shape has subordinates.

Always

The collapse button is always visible.

Never

The collapse button is hidden.

Remarks

This property is only in effect if the DiagramItem.CanHideSubordinates property is set to true.

See Also