menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MapDesigner

    Gets a collection of Map values

    Inheritance
    System.Object
    EJDataControlDesigner
    MapDesigner
    Implements
    IEJControlDesigner
    Inherited Members
    EJDataControlDesigner.GetDataSourceSchema()
    EJDataControlDesigner.GetFieldsSchema()
    EJDataControlDesigner.OnSchemaRefreshed()
    EJDataControlDesigner.GetDesignTimeHtml()
    EJDataControlDesigner.GetDataSource(Int32, List<Column>)
    EJDataControlDesigner.IEJControlDesigner.GetIService(Type)
    EJDataControlDesigner.IEJControlDesigner.Root()
    EJDataControlDesigner.Control
    EJDataControlDesigner.RenderImageOnly
    EJDataControlDesigner.Width
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class MapDesigner : EJDataControlDesigner, IEJControlDesigner

    Constructors

    MapDesigner()

    Declaration
    public MapDesigner()

    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

    ControlID

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

    HostControl

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

    Map

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

    RequiresImageConvertion

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

    Methods

    AfterUpdateHtml()

    Declaration
    protected override void AfterUpdateHtml()
    Overrides
    EJDataControlDesigner.AfterUpdateHtml()

    BeforeUpdateHtml()

    Declaration
    protected override void BeforeUpdateHtml()
    Overrides
    EJDataControlDesigner.BeforeUpdateHtml()

    GetControlString()

    Declaration
    protected override string GetControlString()
    Returns
    Type Description
    System.String
    Overrides
    EJDataControlDesigner.GetControlString()

    GetEmptyDesignTimeHtml()

    Declaration
    [SecurityCritical]
    protected override string GetEmptyDesignTimeHtml()
    Returns
    Type Description
    System.String
    Overrides
    EJDataControlDesigner.GetEmptyDesignTimeHtml()

    GetErrorDesignTimeHtml(Exception)

    Declaration
    protected override string GetErrorDesignTimeHtml(Exception e)
    Parameters
    Type Name Description
    System.Exception e
    Returns
    Type Description
    System.String

    Initialize(IComponent)

    Declaration
    public override void Initialize(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Implements

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