alexa

    Show / Hide Table of Contents

    Class TreeViewAdvDesigner

    Inheritance
    System.Object
    TreeViewAdvDesigner
    Namespace: Syncfusion.Windows.Forms.Tools.Design
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeViewAdvDesigner : ControlDesigner

    Constructors

    TreeViewAdvDesigner()

    Declaration
    public TreeViewAdvDesigner()

    Properties

    ActionLists

    Declaration
    public override DesignerActionListCollection ActionLists { get; }
    Property Value
    Type
    System.ComponentModel.Design.DesignerActionListCollection

    Instance

    Declaration
    public TreeViewAdv Instance { get; }
    Property Value
    Type
    TreeViewAdv

    Verbs

    Declaration
    public override DesignerVerbCollection Verbs { get; }
    Property Value
    Type
    System.ComponentModel.Design.DesignerVerbCollection

    Methods

    Initialize(IComponent)

    Declaration
    public override void Initialize(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component
    Back to top Generated by DocFX