Class ListBoxDesigner
Gets a collection of ListBox values
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class ListBoxDesigner : EJDataControlDesigner, IEJControlDesigner
Constructors
ListBoxDesigner()
Declaration
public ListBoxDesigner()
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
listBox
Gets the base component to the ListBox class
Declaration
public ListBox listBox { get; }
Property Value
Type | Description |
---|---|
ListBox |
Methods
AfterUpdateHtml()
Declaration
protected override void AfterUpdateHtml()
Overrides
BeforeUpdateHtml()
Declaration
protected override void BeforeUpdateHtml()
Overrides
GetControlString()
Get the html element of the ListBox control in string format
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |