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

DiagramContainer.IsCollapsed Property

Specifies whether the container item is collapsed.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v20.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(false)]
[DiagramCategory(DiagramCategory.Common)]
public virtual bool IsCollapsed { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the container is collapsed; otherwise, false.

See Also