menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SymbolPalette

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    SymbolPalette
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SymbolPalette : EJTagHelper

    Constructors

    SymbolPalette()

    Declaration
    public SymbolPalette()

    Properties

    AccessKey

    Configures the key, when it pressed the symbol palette will be focused

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

    The default value is "S"

    AllowDrag

    Defines whether the symbols can be dragged from palette or not

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

    The default value is true

    ConnectorDefaults

    Helps to return the default properties of connectors

    Declaration
    public object ConnectorDefaults { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    EnableAnimation

    Enables/Disables animation when the palette header is expanded/collapsed

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

    The default value is null

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

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

    The default value is false

    EnableRtl

    Enable or disable rendering component in right to left direction.

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

    The default value is false

    EnableSearch

    Enables/Disables search option in symbol palette

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

    The default value is false

    ExpandMode

    Defines how many palettes can be at expanded mode at a time

    Declaration
    public object ExpandMode { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is 'Multiple'

    FilterSymbols

    Defines the symbols to be added in search palette

    Declaration
    public object FilterSymbols { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    GetConnectorDefaults

    Helps to return the default properties of connector

    Declaration
    public object GetConnectorDefaults { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    GetNodeDefaults

    Helps to return the default properties of node

    Declaration
    public object GetNodeDefaults { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    GetSymbolInfo

    Declaration
    public object GetSymbolInfo { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    GetSymbolTemplate

    Defines the content of a symbol

    Declaration
    public object GetSymbolTemplate { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Height

    Defines the height of the symbol palette

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

    The default value is "100%"

    HtmlAttributes

    Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format.

    Declaration
    public object HtmlAttributes { get; set; }
    Property Value
    Type
    System.Object

    IgnoreSymbolsOnSearch

    Defines the symbols to be added in search palette

    Declaration
    public string[] IgnoreSymbolsOnSearch { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    Locale

    Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

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

    The default value is ""

    NodeDefaults

    Helps to return the default properties of node

    Declaration
    public object NodeDefaults { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    PaletteExpanding

    Triggers when the icon is expanded

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

    The default value is null

    Palettes

    Defines the collection of symbol groups

    Declaration
    public List<SymbolPalettePalette> Palettes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SymbolPalettePalette>

    The default value is null

    PaletteSelectionChange

    Triggers after the selection changes in the symbol palette

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

    The default value is null

    SymbolDragSize

    Defines the size of a drop symbol

    Declaration
    public object SymbolDragSize { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    SymbolHeight

    Defines the height of the symbol

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

    The default value is NaN

    SymbolInfo

    Defines the size, appearance and description of a symbol

    Declaration
    public object SymbolInfo { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    SymbolMargin

    Defines the space to be left around a symbol

    Declaration
    public SymbolPaletteMargin SymbolMargin { get; set; }
    Property Value
    Type Description
    SymbolPaletteMargin

    The default value is null

    SymbolPreview

    Defines the size and position of the symbol preview

    Declaration
    public SymbolPaletteSymbolPreview SymbolPreview { get; set; }
    Property Value
    Type Description
    SymbolPaletteSymbolPreview

    The default value is null

    SymbolWidth

    Defines the width of the symbol

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

    The default value is NaN

    Width

    Defines the width of the symbol palette

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

    The default value is "100%"

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