Class DiagramMenu
Represents a class that holds basic informations and functionalities of SfDiagram Menu.
Inheritance
System.Object
DiagramMenu
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class DiagramMenu : Object
Constructors
DiagramMenu()
Declaration
public DiagramMenu()
Properties
MenuItems
Gets or sets a collection of menu items values to the diagram menu.
Declaration
public ObservableCollection<DiagramMenuItem> MenuItems { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<DiagramMenuItem> |
Methods
OnPropertyChanged(String)
Represents a virtual method which invokes to change the value of given property.
Declaration
protected virtual void OnPropertyChanged(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the property. |
Events
PropertyChanged
Represents an event that occurs when properties of DiagramMenu class is changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |