menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SymbolPaletteDesigner

    class represents the symbolpalette designer

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

    Constructors

    SymbolPaletteDesigner()

    Declaration
    public SymbolPaletteDesigner()

    Fields

    ActionList

    Declaration
    [SecurityCritical]
    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 SymbolPalette HostControl { get; }
    Property Value
    Type Description
    SymbolPalette

    Palette

    Declaration
    public SymbolPalette Palette { get; }
    Property Value
    Type Description
    SymbolPalette

    Methods

    CreateContainer(HtmlTextWriter, SymbolPalette, Boolean)

    Declaration
    public void CreateContainer(HtmlTextWriter writer, SymbolPalette palette, bool ClearData)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    SymbolPalette palette
    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