Class ComboBoxDesigner
Gets a collection of ComboBox values
Inheritance
System.Object
ComboBoxDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class ComboBoxDesigner : EJDataControlDesigner, IEJControlDesigner
Constructors
ComboBoxDesigner()
Declaration
public ComboBoxDesigner()
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
comboBox
Declaration
public ComboBox comboBox { get; }
Property Value
Methods
AfterUpdateHtml()
Declaration
protected override void AfterUpdateHtml()
Overrides
BeforeUpdateHtml()
Declaration
protected override void BeforeUpdateHtml()
Overrides
GetControlString()
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements