ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class SplitterPane

    Inheritance
    System.Object
    EJTagHelper
    SplitterPane
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Layouts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SplitterPane : EJTagHelper

    Constructors

    SplitterPane()

    Declaration
    public SplitterPane()

    Properties

    Collapsed

    Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.

    Declaration
    public bool Collapsed { get; set; }
    Property Value
    Type Description
    System.Boolean

    Collapsible

    Specifies whether a pane is collapsible or not collapsible.

    Declaration
    public bool Collapsible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Content

    Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    System.String

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    CssClass

    Specifies the CSS class names that defines specific user-defined styles and themes to be appended on corresponding pane of the Splitter. It is used to customize the Splitter control panes. One or more custom CSS classes can be specified to the Splitter panes.

    Declaration
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    Max

    Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.

    Declaration
    public string Max { get; set; }
    Property Value
    Type Description
    System.String

    Min

    Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.

    Declaration
    public string Min { get; set; }
    Property Value
    Type Description
    System.String

    Resizable

    Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes. You can disable this for any specific panes using this property.

    Declaration
    public bool Resizable { get; set; }
    Property Value
    Type Description
    System.Boolean

    Size

    Configures the properties for each pane.

    Declaration
    public string Size { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved