ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class GanttSplitterSettings

    Inheritance
    System.Object
    EJTagHelper
    GanttSplitterSettings
    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.IsChild
    EJTagHelper.IsCollection
    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
    public double ColumnIndex { get; set; }
    Property Value
    Type Description
    System.Double

    ContentTemplate

    To get or set value for ContentTemplate.

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

    IsComplex

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

    Minimum

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

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

    ParentPropertyName

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

    Position

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

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

    SeparatorSize

    Defines splitter bar size

    Declaration
    public double SeparatorSize { get; set; }
    Property Value
    Type Description
    System.Double

    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
    public SplitterView View { get; set; }
    Property Value
    Type Description
    SplitterView
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved