Search
Menu.Items Property
See Also
 





Gets or sets the menu items.

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

 Syntax

C#  Copy Code

public List<MenuItem> Items { get; set; }

Visual Basic  Copy Code

Public Property Items As List(Of MenuItem)

 Property Value

 See Also