Class CheckBoxDesigner
Gets a collection of RadioButton values
Implements
Inherited Members
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 |