Gets the list of currently expanded items.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public List<PaletteItem> ExpandedItems { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ExpandedItems As List(Of PaletteItem) |
See Also