menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ColorPickerDesigner

    Gets a collection of DatePicker values

    Inheritance
    System.Object
    EJControlDesigner
    ColorPickerDesigner
    Implements
    IEJControlDesigner
    Inherited Members
    EJControlDesigner.GetEmptyDesignTimeHtml()
    EJControlDesigner.IEJControlDesigner.GetIService(Type)
    EJControlDesigner.IEJControlDesigner.Root()
    EJControlDesigner.ControlID
    EJControlDesigner.Control
    EJControlDesigner.RequiresImageConvertion
    EJControlDesigner.RenderImageOnly
    EJControlDesigner.Width
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class ColorPickerDesigner : EJControlDesigner, IEJControlDesigner

    Constructors

    ColorPickerDesigner()

    Declaration
    public ColorPickerDesigner()

    Properties

    ColorPicker

    Gets the color picker model.

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

    Methods

    GetControlString()

    Get html element of the Radiobutton control in string format

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

    GetDesignTimeHtml()

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

    Represents the markup code to render the control at design time.

    Overrides
    EJControlDesigner.GetDesignTimeHtml()

    Implements

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