menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramMenu - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved