Skip to main content

DiagramContainerIsCollapsedChangedEventArgs.Container Property

The container item whose IsCollapsed property value has been changed.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.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