Class Splitter
The Splitter is a layout control that enables you to divide a Web page into distinct areas by inserting resizable panes.
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class Splitter : Control, IHtmlString
Constructors
Splitter()
Initializes a new instance of the Splitter class.
Declaration
public Splitter()
Splitter(String, SplitterProperties)
calls splitter's id and propModel.
Declaration
public Splitter(string id, SplitterProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
SplitterProperties | propModel |
Properties
Model
Instance of control properties class
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets the plugin name of the Splitter element as 'ejSplitter'.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
SplitterModel
Gets or sets the Splitter model object of the button properties.
Declaration
public SplitterProperties SplitterModel { get; set; }
Property Value
Type | Description |
---|---|
SplitterProperties |
TagName
Gets the tag name of the Splitter element as 'div'.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Represents an HTML-encoded string of the Splitter control that should not be encoded again.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
CreateUnObtrusiveContainer(String)
Creates the container in unobtrusive mode.
Declaration
public override HtmlString CreateUnObtrusiveContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
RenderControl(String)
Represents an HTML element of the Splitter control.
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Overrides
RenderElement(String)
Represents the Splitter render element.
Declaration
protected HtmlTag RenderElement(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
HtmlTag |
RenderPaneContent(PaneProperties, HtmlTag)
Renders the pane content
Declaration
protected HtmlTag RenderPaneContent(PaneProperties pane, HtmlTag PaneDiv)
Parameters
Type | Name | Description |
---|---|---|
PaneProperties | pane | |
HtmlTag | PaneDiv |
Returns
Type | Description |
---|---|
HtmlTag |
Implements
System.Web.IHtmlString