Class SplitterDesigner
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class SplitterDesigner : EJControlDesigner, IEJControlDesigner
Constructors
SplitterDesigner()
Declaration
public SplitterDesigner()
Properties
Splitter
Gets the base component to the Splitter class
Declaration
public Splitter Splitter { get; }
Property Value
Type | Description |
---|---|
Splitter |
Methods
GetControlString()
Get the html element of the Splitter control in string format
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetDesignTimeHtml()
Represent the control at design time.
Declaration
public override string GetDesignTimeHtml()
Returns
Type | Description |
---|---|
System.String |