ASP.NET MVC - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Splitter - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Splitter

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    Splitter
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.Id
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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.EJ2.Layouts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class Splitter : EJTagHelper

    Constructors

    Splitter()

    Declaration
    public Splitter()

    Properties

    BeforeCollapse

    Triggers when before panes get collapsed.

    Declaration
    [HtmlAttributeName("beforeCollapse")]
    public string BeforeCollapse { get; set; }
    Property Value
    Type Description
    System.String

    BeforeExpand

    Triggers when before panes get expanded.

    Declaration
    [HtmlAttributeName("beforeExpand")]
    public string BeforeExpand { get; set; }
    Property Value
    Type Description
    System.String

    BeforeSanitizeHtml

    Event triggers before sanitize the value.

    Declaration
    [HtmlAttributeName("beforeSanitizeHtml")]
    public string BeforeSanitizeHtml { get; set; }
    Property Value
    Type Description
    System.String

    ClassName

    Declaration
    protected override string ClassName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ClassName

    Collapsed

    Triggers when after panes get collapsed.

    Declaration
    [HtmlAttributeName("collapsed")]
    public string Collapsed { 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>

    Created

    Triggers after creating the splitter component with its panes.

    Declaration
    [HtmlAttributeName("created")]
    public string Created { get; set; }
    Property Value
    Type Description
    System.String

    CssClass

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

    Declaration
    [HtmlAttributeName("cssClass")]
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    Enabled

    Specifies boolean value that indicates whether the component is enabled or disabled. The Splitter component does not allow to interact when this property is disabled.

    Declaration
    [HtmlAttributeName("enabled")]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableHtmlSanitizer

    Defines whether to allow the cross-scripting site or not.

    Declaration
    [HtmlAttributeName("enableHtmlSanitizer")]
    public bool EnableHtmlSanitizer { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePersistence

    Enables or disables the persisting component's state between page reloads.

    Declaration
    [HtmlAttributeName("enablePersistence")]
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableReversePanes

    Specifies the value whether splitter panes are reordered or not .

    Declaration
    [HtmlAttributeName("enableReversePanes")]
    public bool EnableReversePanes { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRtl

    Enable or disable rendering component in right to left direction.

    Declaration
    [HtmlAttributeName("enableRtl")]
    public bool EnableRtl { get; set; }
    Property Value
    Type Description
    System.Boolean

    Expanded

    Triggers when after panes get expanded.

    Declaration
    [HtmlAttributeName("expanded")]
    public string Expanded { get; set; }
    Property Value
    Type Description
    System.String

    Height

    Specifies the height of the Splitter component that accepts both string and number values.

    Declaration
    [HtmlAttributeName("height")]
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    HtmlAttributes

    Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format.

    Declaration
    [HtmlAttributeName("htmlAttributes")]
    public object HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    IsFor

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

    Locale

    Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

    Declaration
    [HtmlAttributeName("locale")]
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    NameSpace

    Declaration
    protected override string NameSpace { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.NameSpace

    Orientation

    Specifies a value that indicates whether to align the split panes horizontally or vertically. Set the orientation property as "Horizontal" to create a horizontal splitter that aligns the panes left-to-right. Set the orientation property as "Vertical" to create a vertical splitter that aligns the panes top-to-bottom.

    Declaration
    [HtmlAttributeName("orientation")]
    public Orientation Orientation { get; set; }
    Property Value
    Type Description
    Orientation

    PaneSettings

    Configures the individual pane behaviors such as content, size, resizable, minimum, maximum validation, collapsible and collapsed.

    Declaration
    [HtmlAttributeName("paneSettings")]
    public List<SplitterPane> PaneSettings { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SplitterPane>

    ResizeStart

    Triggers when the split pane is started to resize.

    Declaration
    [HtmlAttributeName("resizeStart")]
    public string ResizeStart { get; set; }
    Property Value
    Type Description
    System.String

    ResizeStop

    Triggers when the resizing of split pane is stopped.

    Declaration
    [HtmlAttributeName("resizeStop")]
    public string ResizeStop { get; set; }
    Property Value
    Type Description
    System.String

    Resizing

    Triggers when a split pane is being resized.

    Declaration
    [HtmlAttributeName("resizing")]
    public string Resizing { get; set; }
    Property Value
    Type Description
    System.String

    SeparatorSize

    Specifies the size of the separator line for both horizontal or vertical orientation. The separator is used to separate the panes by lines.

    Declaration
    [HtmlAttributeName("separatorSize")]
    public double SeparatorSize { get; set; }
    Property Value
    Type Description
    System.Double

    TagName

    Declaration
    protected override string TagName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.TagName

    Width

    Specifies the width of the Splitter control, which accepts both string and number values as width. The string value can be either in pixel or percentage format.

    Declaration
    [HtmlAttributeName("width")]
    public string Width { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved