Skip to main content
A newer version of this page is available. .

DiagramBeforeItemsRotatingEventArgs.Items Property

A collection of items that are being rotated.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v21.2.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