Skip to main content
All docs
V25.1
  • DiagramContainerIsCollapsedChangedEventArgs.Container Property

    The container item whose IsCollapsed property value has been changed.

    Namespace: DevExpress.XtraDiagram

    Assembly: DevExpress.XtraDiagram.v25.1.dll

    NuGet Package: DevExpress.Win.Diagram

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public IDiagramContainer Container { get; }

    Property Value

    Type Description
    DevExpress.Diagram.Core.IDiagramContainer

    An object implementing the DevExpress.Diagram.Core.IDiagramContainer interface.

    See Also