Skip to main content
All docs
V26.1
  • DiagramContainer.IsCollapsed Property

    Specifies whether the container item is collapsed.

    Namespace: DevExpress.XtraDiagram

    Assembly: DevExpress.XtraDiagram.v26.1.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