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

SimpleDiagram2D.Items Property

Gets the collection of items in the simple diagram.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

[Browsable(false)]
public ReadOnlyObservableCollection<object> Items { get; }

Property Value

Type Description
ReadOnlyObservableCollection<Object>

The observable read-only collection of Object descendants that represent items contained in the simple diagram.

See Also