Skip to main content
All docs
V25.1
  • DiagramBeforeItemsMovingEventArgs.Items Property

    Returns the items the user is attempting to move.

    Namespace: DevExpress.Xpf.Diagram

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

    NuGet Package: DevExpress.Wpf.Diagram

    Declaration

    public IList<DiagramItem> Items { get; }

    Property Value

    Type Description
    IList<DiagramItem>

    A collection of DevExpress.Xpf.Diagram.DiagramItem objects.

    See Also