ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SymbolPalette - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SymbolPalette

    Represents the Diagram UI element.

    Inheritance
    System.Object
    CommonControl
    SymbolPalette
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    CommonControl.LoadViewState(Object)
    CommonControl.UpdateServerModel(Dictionary<String, Object>)
    CommonControl.GetDependentFiles()
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class SymbolPalette : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    SymbolPalette()

    Declaration
    public SymbolPalette()

    Properties

    AllowDrag

    Declaration
    public bool AllowDrag { get; set; }
    Property Value
    Type Description
    System.Boolean

    CssClass

    Declaration
    [JsonProperty("cssClass")]
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    DiagramId

    Declaration
    public string DiagramId { get; set; }
    Property Value
    Type Description
    System.String

    HeaderHeight

    Declaration
    public double HeaderHeight { get; set; }
    Property Value
    Type Description
    System.Double

    Height

    Declaration
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    LabelRenderingMode

    Declaration
    public LabelRenderingMode LabelRenderingMode { get; set; }
    Property Value
    Type Description
    LabelRenderingMode

    Model

    Declaration
    public SymbolPaletteProperties Model { get; set; }
    Property Value
    Type Description
    SymbolPaletteProperties

    OnClientCreate

    Declaration
    [JsonProperty("create")]
    public string OnClientCreate { get; set; }
    Property Value
    Type Description
    System.String

    OnClientDestroy

    Declaration
    [JsonProperty("destroy")]
    public string OnClientDestroy { get; set; }
    Property Value
    Type Description
    System.String

    OnClientSelectionChange

    Declaration
    [JsonProperty("selectionChange")]
    public string OnClientSelectionChange { get; set; }
    Property Value
    Type Description
    System.String

    PaletteItemHeight

    Declaration
    public double PaletteItemHeight { get; set; }
    Property Value
    Type Description
    System.Double

    PaletteItemWidth

    Declaration
    public double PaletteItemWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Palettes

    Declaration
    public Collection Palettes { get; set; }
    Property Value
    Type Description
    Collection

    PreviewHeight

    Declaration
    public double PreviewHeight { get; set; }
    Property Value
    Type Description
    System.Double

    PreviewOffset

    Declaration
    public DiagramPoint PreviewOffset { get; set; }
    Property Value
    Type Description
    DiagramPoint

    PreviewWidth

    Declaration
    public double PreviewWidth { get; set; }
    Property Value
    Type Description
    System.Double

    SelectedPaletteName

    Declaration
    public string SelectedPaletteName { get; set; }
    Property Value
    Type Description
    System.String

    ShowPaletteItemText

    Declaration
    public bool ShowPaletteItemText { get; set; }
    Property Value
    Type Description
    System.Boolean

    Width

    Declaration
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnInit(EventArgs)

    Declaration
    protected override void OnInit(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonControl.OnInit(EventArgs)

    OnLoad(EventArgs)

    Declaration
    protected override void OnLoad(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonControl.OnLoad(EventArgs)

    OnPreRender(EventArgs)

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    PostBackEventHandler(String, Dictionary<String, Object>)

    Declaration
    public override void PostBackEventHandler(string EventName, Dictionary<string, object> args)
    Parameters
    Type Name Description
    System.String EventName
    System.Collections.Generic.Dictionary<System.String, System.Object> args
    Overrides
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)

    Render()

    Declaration
    public string Render()
    Returns
    Type Description
    System.String

    Render(HtmlTextWriter)

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    Overrides
    CommonControl.Render(HtmlTextWriter)

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved