Skip to main content
All docs
V26.1
  • DiagramContainerIsCollapsedChangingEventArgs.Container Property

    The container item whose IsCollapsed property value is being changed.

    Namespace: DevExpress.XtraDiagram

    Assembly: DevExpress.XtraDiagram.v26.1.dll

    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