Class DropDownListDesigner
Gets a collection of DropDownList values
Inheritance
System.Object
DropDownListDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DropDownListDesigner : EJDataControlDesigner, IEJControlDesigner
Constructors
DropDownListDesigner()
Declaration
public DropDownListDesigner()
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
dropDownList
Declaration
public DropDownList dropDownList { get; }
Property Value
Methods
AfterUpdateHtml()
Declaration
protected override void AfterUpdateHtml()
Overrides
BeforeUpdateHtml()
Declaration
protected override void BeforeUpdateHtml()
Overrides
GetControlString()
Get the html element of the Accordion control in string format
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements