Skip to main content

DiagramContainer.ActualIsContainerCollapseButtonVisible Property

Gets whether the container collapse button is currently visible.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[Browsable(false)]
public virtual bool ActualIsContainerCollapseButtonVisible { get; protected set; }

Property Value

Type Description
Boolean

true if the collapse button is visible; otherwise, false.

Remarks

The DiagramOptionsProtection.AllowCollapseContainers property specifies whether to display the expand/collapse button for all containers. The DiagramContainer.CanCollapse property allows you to control the collapse functionality for individual containers.

See Also