Search
Palette.ItemsSource Property
See Also
 





Gets or sets a collection used to generate the content of the Palette.

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

 Syntax

C#  Copy Code

public IEnumerable ItemsSource { get; set; }

Visual Basic  Copy Code

Public Property ItemsSource As IEnumerable

 Property Value

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