Gets or sets a collection used to generate the content of the Palette.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public IEnumerable ItemsSource { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ItemsSource As IEnumerable |
This property provides a data-binding friendly way to populate the palette. The items in the source can be pre-populated PaletteCategory objects, or string values used as category titles.
See Also