Class GanttSplitterSettings
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.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 |