ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class GanttSplitterSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    GanttSplitterSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    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.Gantt
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GanttSplitterSettings : EJTagHelper

    Constructors

    GanttSplitterSettings()

    Declaration
    public GanttSplitterSettings()

    Properties

    ColumnIndex

    Defines splitter position with respect to column index value. If columnIndex set as 2 then splitter bar placed at third column of grid.

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

    The default value is -1

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Minimum

    Defines minimum width of Grid part, splitter can't be moved less than this value on grid side.

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

    The default value is null

    Position

    Defines splitter position at initial load, it accepts values in pixels.

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

    The default value is null

    SeparatorSize

    Defines splitter bar size

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

    The default value is 4

    View

    Defines predefined view of Gantt. Default - Shows grid side and side of Gantt. Grid - Shows grid side alone in Gantt. Chart - Shows chart side alone in Gantt.

    Declaration
    [HtmlAttributeName("view")]
    public SplitterView View { get; set; }
    Property Value
    Type Description
    SplitterView

    The default value is SplitterView.Default

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