menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CheckBoxDesigner

    Gets a collection of RadioButton values

    Inheritance
    System.Object
    EJControlDesigner
    CheckBoxDesigner
    Implements
    IEJControlDesigner
    Inherited Members
    EJControlDesigner.GetDesignTimeHtml()
    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 CheckBoxDesigner : EJControlDesigner, IEJControlDesigner

    Constructors

    CheckBoxDesigner()

    Declaration
    public CheckBoxDesigner()

    Fields

    actionList

    Declaration
    protected DesignerActionListCollection actionList
    Field Value
    Type Description
    System.ComponentModel.Design.DesignerActionListCollection

    Properties

    ActionLists

    Gets a collection of checkbox component values to perform some function.

    Declaration
    public override DesignerActionListCollection ActionLists { get; }
    Property Value
    Type Description
    System.ComponentModel.Design.DesignerActionListCollection

    CheckBox

    Gets the checkbox.

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

    Methods

    GetControlString()

    Represents the control string.

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

    Implements

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