WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupableViewModel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupableViewModel

    Represents a base class for Diagramming elements

    Inheritance
    System.Object
    DiagramElementViewModel
    GroupableViewModel
    ConnectorViewModel
    NodeViewModel
    SwimlaneChildViewModel
    Implements
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    DiagramElementViewModel.OnPropertyChanged(String)
    DiagramElementViewModel.ID
    DiagramElementViewModel.Key
    DiagramElementViewModel.Info
    DiagramElementViewModel.PropertyChanged
    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
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class GroupableViewModel : DiagramElementViewModel, IGroupable, IDiagramElement, IID, INotifyPropertyChanged

    Constructors

    GroupableViewModel()

    Declaration
    public GroupableViewModel()

    Properties

    IsSelected

    Gets or sets a value indicates whether the node is selected.

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    Name

    Gets or sets the identifying name of the NodeViewModel,ConnectorViewModel,GroupViewModel,LaneViewModel and PhaseViewModel.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name of the element. The default is an empty string.

    Remarks

    This property is used as tool tip for the corresponding Symbol and also used to find the corresponding symbol in the Syncfusion.UI.Xaml.Diagram.Stencil.

    ZIndex

    Gets or sets the z-index of the groupable element.

    Declaration
    public int ZIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved