Class SliderDesigner
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class SliderDesigner : EJControlDesigner, IEJControlDesigner
Constructors
SliderDesigner()
Declaration
public SliderDesigner()
Properties
Slider
Specifies the slider plugin
Declaration
public Slider Slider { get; }
Property Value
| Type | Description |
|---|---|
| Slider |
Methods
GetControlString()
Get the html element of the Accordion control in string format
Declaration
protected override string GetControlString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
GetDesignTimeHtml()
Represents the markup code to render the control at design time
Declaration
public override string GetDesignTimeHtml()
Returns
| Type | Description |
|---|---|
| System.String |