menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SplitPane

    Show / Hide Table of Contents

    Class SplitPane

    Inheritance
    System.Object
    CommonControl
    SplitPane
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)
    CommonControl.LoadViewState(Object)
    CommonControl.OnInit(EventArgs)
    CommonControl.OnLoad(EventArgs)
    CommonControl.UpdateServerModel(Dictionary<String, Object>)
    CommonControl.GetDependentFiles()
    CommonControl.Render(HtmlTextWriter)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved