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

    The new value of the IsCollapsed property.

    Namespace: DevExpress.XtraDiagram

    Assembly: DevExpress.XtraDiagram.v26.1.dll

    Declaration

    public bool NewValue { get; }

    Property Value

    Type Description
    Boolean

    true if the container is to be collapsed; otherwise, false.

    See Also