Class SplitterSettings
Option to configure the splitter position.
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.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 |