Skip to main content

DiagramContainerIsCollapsedChangingEventArgs.NewValue Property

The new value of the IsCollapsed property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public bool NewValue { get; }

Property Value

Type Description
Boolean

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

See Also