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

    The new value of the IsCollapsed property.

    Namespace: DevExpress.Xpf.Diagram

    Assembly: DevExpress.Xpf.Diagram.v26.1.dll

    Declaration

    public bool NewValue { get; }

    Property Value

    Type Description
    Boolean

    true, if the container is now collapsed; otherwise, false.

    See Also