menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class OverviewDesigner

    class represents the overview designer

    Inheritance
    System.Object
    OverviewDesigner
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class OverviewDesigner : ControlDesigner

    Constructors

    OverviewDesigner()

    Declaration
    public OverviewDesigner()

    Fields

    ActionList

    Declaration
    public 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

    HostControl

    Declaration
    public Overview HostControl { get; }
    Property Value
    Type Description
    Overview

    Overview

    Declaration
    public Overview Overview { get; }
    Property Value
    Type Description
    Overview

    Methods

    CreateContainer(HtmlTextWriter, Overview, Boolean)

    Declaration
    public void CreateContainer(HtmlTextWriter writer, Overview overview, bool ClearData)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    Overview overview
    System.Boolean ClearData

    GetDesignTimeHtml()

    Declaration
    public override string GetDesignTimeHtml()
    Returns
    Type Description
    System.String

    GetEmptyDesignTimeHtml()

    Declaration
    protected override string GetEmptyDesignTimeHtml()
    Returns
    Type Description
    System.String

    GetErrorDesignTimeHtml(Exception)

    Declaration
    protected override string GetErrorDesignTimeHtml(Exception e)
    Parameters
    Type Name Description
    System.Exception e
    Returns
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved