Class SplitPane
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class SplitPane : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
SplitPane()
Declaration
public SplitPane()
Properties
Collapsible
Specifies whether the pane in the Splitter is collapsible or not.
Declaration
public bool Collapsible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Expandable
Specifies whether the pane in Splitter to be expand or not.
Declaration
public bool Expandable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxSize
Specifies the MaxSize of the Splitter.
Declaration
public string MaxSize { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinSize
Specifies the MinSize of the Splitter.
Declaration
public string MinSize { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Model
Gets or sets the model value.
Declaration
[JsonIgnore]
public PaneProperties Model { get; set; }
Property Value
Type | Description |
---|---|
PaneProperties |
PaneContent
Pane Content
Declaration
public HtmlGenericControl PaneContent { get; set; }
Property Value
Type | Description |
---|---|
System.Web.UI.HtmlControls.HtmlGenericControl |
PaneSize
Specifies the pane size of the Splitter.
Declaration
public string PaneSize { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Resizable
Specifies whether the pane in the Splitter is resizable or not.
Declaration
[JsonProperty("resizable")]
public bool Resizable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
CreateChildControls()
Create the child controls
Declaration
protected override void CreateChildControls()
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService