Class DiagramMenu
Represents a class that holds basic informations and functionalities of SfDiagram Menu.
Inheritance
System.Object
DiagramMenu
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class DiagramMenu
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 | Description |
---|---|
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 | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |