menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class EJDataControlDesigner

    Inheritance
    System.Object
    EJDataControlDesigner
    AutocompleteDesigner
    BulletGraphDesigner
    ChartDesigner
    ComboBoxDesigner
    DiagramDesigner
    DropDownListDesigner
    GanttDesigner
    GridDesigner
    GroupButtonDesigner
    HeatMapDesigner
    HeatMapLegendDesigner
    KanbanDesigner
    ListBoxDesigner
    ListViewDesigner
    MapDesigner
    MenuDesigner
    RangeNavigatorDesigner
    RecurrenceEditorDesigner
    RotatorDesigner
    ScheduleDesigner
    SparklineDesigner
    SpreadsheetDesigner
    SunburstDesigner
    TagCloudDesigner
    ToolbarDesigner
    TreeGridDesigner
    TreeMapDesigner
    TreeViewDesigner
    Implements
    IEJControlDesigner
    Namespace: Syncfusion.JavaScript.Web.Common
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public abstract class EJDataControlDesigner : DataBoundControlDesigner, IEJControlDesigner

    Constructors

    EJDataControlDesigner()

    Declaration
    protected EJDataControlDesigner()

    Properties

    Control

    Declaration
    public Control Control { get; }
    Property Value
    Type Description
    System.Web.UI.Control

    ControlID

    Declaration
    protected virtual string ControlID { get; }
    Property Value
    Type Description
    System.String

    RenderImageOnly

    Declaration
    protected virtual bool RenderImageOnly { get; }
    Property Value
    Type Description
    System.Boolean

    RequiresImageConvertion

    Declaration
    protected virtual bool RequiresImageConvertion { get; }
    Property Value
    Type Description
    System.Boolean

    Width

    Declaration
    public virtual int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    AfterUpdateHtml()

    Declaration
    protected abstract void AfterUpdateHtml()

    BeforeUpdateHtml()

    Declaration
    protected abstract void BeforeUpdateHtml()

    GetControlString()

    Declaration
    protected abstract string GetControlString()
    Returns
    Type Description
    System.String

    GetDataSource(Int32, List<Column>)

    Declaration
    protected object GetDataSource(int rows, List<Column> columns)
    Parameters
    Type Name Description
    System.Int32 rows
    System.Collections.Generic.List<Column> columns
    Returns
    Type Description
    System.Object

    GetDataSourceSchema()

    Declaration
    protected IDataSourceViewSchema GetDataSourceSchema()
    Returns
    Type Description
    System.Web.UI.Design.IDataSourceViewSchema

    GetDesignTimeHtml()

    Declaration
    public override string GetDesignTimeHtml()
    Returns
    Type Description
    System.String

    GetEmptyDesignTimeHtml()

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

    GetFieldsSchema()

    Declaration
    protected IDataSourceFieldSchema[] GetFieldsSchema()
    Returns
    Type Description
    System.Web.UI.Design.IDataSourceFieldSchema[]

    OnSchemaRefreshed()

    Declaration
    [SecurityCritical]
    protected override void OnSchemaRefreshed()

    Explicit Interface Implementations

    IEJControlDesigner.GetIService(Type)

    Declaration
    object IEJControlDesigner.GetIService(Type type)
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    System.Object

    IEJControlDesigner.Root()

    Declaration
    WebFormsRootDesigner IEJControlDesigner.Root()
    Returns
    Type Description
    System.Web.UI.Design.WebFormsRootDesigner

    Implements

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