Search
Palette.Items Property
See Also
 





Gets the list of categories displayed in the control.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public List<PaletteItem> Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As List(Of PaletteItem)

 Property Value

 See Also