menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramMultiplicityLabel - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramMultiplicityLabel

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramMultiplicityLabel
    ClassifierMultiplicitySourceMultiplicity
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramMultiplicityLabel : EJTagHelper

    Constructors

    DiagramMultiplicityLabel()

    Declaration
    public DiagramMultiplicityLabel()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    LowerBounds

    Defines the type of the Classifier Multiplicity

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

    The default value is ""

    Optional

    Defines the type of the Classifier Multiplicity

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

    The default value is true

    UpperBounds

    Defines the type of the Classifier Multiplicity

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

    The default value is ""

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved