Class GanttSplitterSettings
Configures gantt splitter settings collection.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttSplitterSettings : SfDataBoundComponent
Constructors
GanttSplitterSettings()
Declaration
public GanttSplitterSettings()
Properties
Collapsible
This property is used to enable/disable splitter expand collapse feature in Gantt chart.
Declaration
public bool Collapsible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | boolean value to enable/disable expand/collapse feature |
Remarks
It enables expand collapse icon near splitter resizer.
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 int ColumnIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
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 |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |