Class GanttSplitterSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GanttSplitterSettings
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 | The default value is -1 |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
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 | The default value is null |
Position
Defines splitter position at initial load, it accepts values in pixels.
Declaration
public string Position { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
SeparatorSize
Defines splitter bar size.
Declaration
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
public SplitterView View { get; set; }
Property Value
| Type | Description |
|---|---|
| SplitterView | The default value is SplitterView.Default |