menu

WinForms

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

    Show / Hide Table of Contents

    Class TagContainer

    Inheritance
    System.Object
    TagContainer
    TagEventContainer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Scripting.Design
    Assembly: Syncfusion.Scripting.Windows.dll
    Syntax
    public class TagContainer

    Constructors

    TagContainer(Object, String, TreeNodeType)

    Declaration
    public TagContainer(object prop, string name, TreeNodeType nodeType)
    Parameters
    Type Name Description
    System.Object prop
    System.String name
    TreeNodeType nodeType

    TagContainer(EventInfo, String, TreeNodeType)

    Declaration
    public TagContainer(EventInfo evInfo, string name, TreeNodeType nodeType)
    Parameters
    Type Name Description
    System.Reflection.EventInfo evInfo
    System.String name
    TreeNodeType nodeType

    Properties

    EventInfo

    Declaration
    public EventInfo EventInfo { get; }
    Property Value
    Type
    System.Reflection.EventInfo

    Name

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

    NodeType

    Declaration
    public TreeNodeType NodeType { get; }
    Property Value
    Type
    TreeNodeType

    Property

    Declaration
    public object Property { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved