menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SplitterSettings

    Option to configure the splitter position.

    Inheritance
    System.Object
    EJTagHelper
    SplitterSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SplitterSettings : EJTagHelper

    Constructors

    SplitterSettings()

    Declaration
    public SplitterSettings()

    Properties

    Index

    Specifies the position of splitter in Gantt, based on column index in Gantt.

    Declaration
    [JsonProperty("index")]
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    Position

    Specifies position of the splitter in Gantt , splitter can be placed either based on percentage values or pixel values.

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