menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewDesigner

    Show / Hide Table of Contents

    Class TreeViewDesigner

    Inheritance
    System.Object
    EJDataControlDesigner
    TreeViewDesigner
    Implements
    IEJControlDesigner
    Inherited Members
    EJDataControlDesigner.GetDataSourceSchema()
    EJDataControlDesigner.GetFieldsSchema()
    EJDataControlDesigner.OnSchemaRefreshed()
    EJDataControlDesigner.GetDesignTimeHtml()
    EJDataControlDesigner.GetDataSource(Int32, List<Column>)
    EJDataControlDesigner.IEJControlDesigner.GetIService(Type)
    EJDataControlDesigner.IEJControlDesigner.Root()
    EJDataControlDesigner.ControlID
    EJDataControlDesigner.Control
    EJDataControlDesigner.RequiresImageConvertion
    EJDataControlDesigner.RenderImageOnly
    EJDataControlDesigner.Width
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class TreeViewDesigner : EJDataControlDesigner, IEJControlDesigner

    Constructors

    TreeViewDesigner()

    Declaration
    public TreeViewDesigner()

    Fields

    actionList

    Declaration
    protected DesignerActionListCollection actionList
    Field Value
    Type Description
    System.ComponentModel.Design.DesignerActionListCollection

    Properties

    ActionLists

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

    Methods

    AfterUpdateHtml()

    Declaration
    protected override void AfterUpdateHtml()
    Overrides
    EJDataControlDesigner.AfterUpdateHtml()

    BeforeUpdateHtml()

    Declaration
    protected override void BeforeUpdateHtml()
    Overrides
    EJDataControlDesigner.BeforeUpdateHtml()

    GetControlString()

    Get the html element of the Accordion control in string format

    Declaration
    protected override string GetControlString()
    Returns
    Type Description
    System.String
    Overrides
    EJDataControlDesigner.GetControlString()

    GetEmptyDesignTimeHtml()

    Declaration
    [SecurityCritical]
    protected override string GetEmptyDesignTimeHtml()
    Returns
    Type Description
    System.String
    Overrides
    EJDataControlDesigner.GetEmptyDesignTimeHtml()

    GetErrorDesignTimeHtml(Exception)

    Declaration
    protected override string GetErrorDesignTimeHtml(Exception e)
    Parameters
    Type Name Description
    System.Exception e
    Returns
    Type Description
    System.String

    Implements

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