Skip to main content

DiagramBeforeItemsRotatingEventArgs.Items Property

A collection of items that are being rotated.

Namespace: DevExpress.Xpf.Diagram

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