menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class EJControlDesigner

    Inheritance
    System.Object
    EJControlDesigner
    AccordionDesigner
    BarcodeDesigner
    ButtonDesigner
    CheckBoxDesigner
    CircularGaugeDesigner
    ColorPickerDesigner
    DatePickerDesigner
    DateRangePickerDesigner
    DateTimePickerDesigner
    DialogDesigner
    DigitalGaugeDesigner
    EditorDesigner
    LinearGaugeDesigner
    MaskEditDesigner
    PagerDesigner
    ProgressBarDesigner
    RadioButtonDesigner
    RatingDesigner
    RibbonDesigner
    RTEDesigner
    ScrollerDesigner
    SliderDesigner
    SplitButtonDesigner
    SplitterDesigner
    TabDesigner
    TileDesigner
    TimePickerDesigner
    ToggleButtonDesigner
    UploadBoxDesigner
    Implements
    IEJControlDesigner
    Namespace: Syncfusion.JavaScript.Web.Common
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public abstract class EJControlDesigner : ControlDesigner, IEJControlDesigner

    Constructors

    EJControlDesigner()

    Declaration
    protected EJControlDesigner()

    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
    public virtual bool RenderImageOnly { get; }
    Property Value
    Type Description
    System.Boolean

    RequiresImageConvertion

    Declaration
    public 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

    GetControlString()

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

    GetDesignTimeHtml()

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

    GetEmptyDesignTimeHtml()

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

    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