Search
PaletteCategory.Items Property
See Also
 





Gets the collection of diagram items within this category.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ObservableCollection<DiagramItem> Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As ObservableCollection(Of DiagramItem)

 Property Value

A list of DiagramItem objects associated with this category.

 See Also