Search
Palette.ExpandedItems Property
See Also
 





Gets the list of currently expanded items.

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

 Syntax

C#  Copy Code

public List<PaletteItem> ExpandedItems { get; }

Visual Basic  Copy Code

Public ReadOnly Property ExpandedItems As List(Of PaletteItem)

 Property Value

 See Also