menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SplitterSettingsBuilder

    Inheritance
    System.Object
    SplitterSettingsBuilder
    Inherited Members
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SplitterSettingsBuilder

    Constructors

    SplitterSettingsBuilder(SplitterSettings)

    It configure the splitter position.

    Declaration
    public SplitterSettingsBuilder(SplitterSettings option)
    Parameters
    Type Name Description
    SplitterSettings option

    It accepts the splitter configure properties

    Methods

    Index(Int32)

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

    Declaration
    public SplitterSettingsBuilder Index(int index)
    Parameters
    Type Name Description
    System.Int32 index

    It accepts the string value and set the position of spliter based on column index

    Returns
    Type Description
    SplitterSettingsBuilder

    SplitterSettingsBuilder

    Position(String)

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

    Declaration
    public SplitterSettingsBuilder Position(string position)
    Parameters
    Type Name Description
    System.String position

    It accepts the string value and set the position of splitter

    Returns
    Type Description
    SplitterSettingsBuilder

    SplitterSettingsBuilder

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved