Class GanttSplitterSettings
Inheritance
System.Object
GanttSplitterSettings
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
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
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
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