menu

UWP

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

    Show / Hide Table of Contents

    Class BpmnGroupViewModel

    Represents the graphical objects used to visually represent the business process.Properties

    Inheritance
    System.Object
    DiagramElementViewModel
    GroupableViewModel
    NodeViewModel
    GroupViewModel
    BpmnGroupViewModel
    Implements
    IBpmnGroup
    IGroup
    INode
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    DiagramElementViewModel.ID
    DiagramElementViewModel.Info
    DiagramElementViewModel.Key
    DiagramElementViewModel.OnPropertyChanged(String)
    DiagramElementViewModel.PropertyChanged
    GroupableViewModel.IsSelected
    GroupableViewModel.ZIndex
    GroupViewModel.Connectors
    GroupViewModel.Groups
    GroupViewModel.Nodes
    GroupViewModel.Padding
    NodeViewModel.AnnotationConstraints
    NodeViewModel.Annotations
    NodeViewModel.ConnectorPadding
    NodeViewModel.Constraints
    NodeViewModel.Content
    NodeViewModel.ContentTemplate
    NodeViewModel.Flip
    NodeViewModel.FlipMode
    NodeViewModel.HitPadding
    NodeViewModel.IsExpanded
    NodeViewModel.LaneOffsetX
    NodeViewModel.LaneOffsetY
    NodeViewModel.MaxHeight
    NodeViewModel.MaxWidth
    NodeViewModel.Menu
    NodeViewModel.MinHeight
    NodeViewModel.MinWidth
    NodeViewModel.OffsetX
    NodeViewModel.OffsetY
    NodeViewModel.ParentGroup
    NodeViewModel.Pivot
    NodeViewModel.Ports
    NodeViewModel.PortVisibility
    NodeViewModel.RotateAngle
    NodeViewModel.Shape
    NodeViewModel.ShapeStyle
    NodeViewModel.SnapToObject
    NodeViewModel.ThemeStyleId
    NodeViewModel.UnitHeight
    NodeViewModel.UnitWidth
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class BpmnGroupViewModel : GroupViewModel, IBpmnGroup, IGroup, INode, IGroupable, IDiagramElement, IID, INotifyPropertyChanged

    Constructors

    BpmnGroupViewModel()

    Creates new instance of BpmnGroupViewModel class.

    Declaration
    public BpmnGroupViewModel()

    Properties

    IsAdhocActivity

    Gets or sets whether BPMN Data Object is Adhoc or not. Remarks: This is applicable only for ExpandedSubProcess shape.

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

    IsCompensationActivity

    Gets or sets whether an Activity is a compensative activity or not. Remarks: This is applicable only for ExpandedSubProcess shape.

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

    IsExpandedSubProcess

    Gets or sets a value indicates whether the ExpandedSubProcess is enabled. The default value is set to false.

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

    LoopActivity

    Gets or sets the Loop Characteristic of an Activity. Remarks: This is applicable only for ExpandedSubProcess shape.

    Declaration
    public LoopCharacteristic LoopActivity { get; set; }
    Property Value
    Type
    LoopCharacteristic

    SubProcessType

    Gets or sets type of BPMN SubProcess activity. Remarks: This is applicable only for ExpandedSubProcess shape.

    Declaration
    public SubProcessType SubProcessType { get; set; }
    Property Value
    Type
    SubProcessType

    Implements

    IBpmnGroup
    IGroup
    INode
    IGroupable
    IDiagramElement
    IID
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

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