Class ScrollerDesigner
Inheritance
System.Object
ScrollerDesigner
Assembly: Syncfusion.EJ.Web.dll
public class ScrollerDesigner : EJControlDesigner, IEJControlDesigner
Constructors
Declaration
public ScrollerDesigner()
Fields
Declaration
protected DesignerActionListCollection actionList
Field Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
Properties
Gets the action list collection.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
Declaration
public Scroller Scroller { get; }
Property Value
Methods
Get the html element of the Accordion control in string format
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements