Class RadioButtonDesigner
Gets a collection of RadioButton values
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class RadioButtonDesigner : EJControlDesigner, IEJControlDesigner
Constructors
RadioButtonDesigner()
Declaration
public RadioButtonDesigner()
Fields
actionList
Declaration
protected DesignerActionListCollection actionList
Field Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
Properties
ActionLists
Gets the action list collection.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
RadioButton
Gets the radio button model.
Declaration
public RadioButton RadioButton { get; }
Property Value
Type | Description |
---|---|
RadioButton |
Methods
GetControlString()
Get html element of the Radiobutton control in string format
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |