ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class SymbolPalette

    Inheritance
    System.Object
    EJTagHelper
    SymbolPalette
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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

    AllowDrag

    Defines whether the symbols can be dragged from palette or not

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

    ClassName

    Declaration
    protected override string ClassName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ClassName

    ConnectorDefaults

    Helps to return the default properties of connectors

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

    EnableAnimation

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

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

    EnablePersistence

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

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

    EnableRtl

    Enable or disable rendering component in right to left direction.

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

    EnableSearch

    Enables/Disables search option in symbol palette

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

    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

    FilterSymbols

    Defines the symbols to be added in search palette

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

    GetConnectorDefaults

    Helps to return the default properties of connector

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

    GetNodeDefaults

    Helps to return the default properties of node

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

    GetSymbolInfo

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

    GetSymbolTemplate

    Defines the content of a symbol

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

    Height

    Defines the height of the symbol palette

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

    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 Description
    System.Object

    IgnoreSymbolsOnSearch

    Defines the symbols to be added in search palette

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

    IsFor

    Declaration
    protected override bool IsFor { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsFor

    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

    NameSpace

    Declaration
    protected override string NameSpace { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.NameSpace

    NodeDefaults

    Helps to return the default properties of node

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

    PaletteExpanding

    Triggers when the icon is expanded

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

    Palettes

    Defines the collection of symbol groups

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

    PaletteSelectionChange

    Triggers after the selection changes in the symbol palette

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

    SymbolDragSize

    Defines the size of a drop symbol

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

    SymbolHeight

    Defines the height of the symbol

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

    SymbolInfo

    Defines the size, appearance and description of a symbol

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

    SymbolMargin

    Defines the space to be left around a symbol

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

    SymbolPreview

    Defines the size and position of the symbol preview

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

    SymbolWidth

    Defines the width of the symbol

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

    TagName

    Declaration
    protected override string TagName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.TagName

    Width

    Defines the width of the symbol palette

    Declaration
    public string Width { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved