Class GanttTimelineSettings
Configures gantt timeline settings collection.
Inheritance
System.Object
GanttTimelineSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttTimelineSettings : ComponentBase
Constructors
GanttTimelineSettings()
Declaration
public GanttTimelineSettings()
Properties
BottomTier
Defines bottom tier settings in timeline.
Declaration
public GanttTimelineTierSettings BottomTier { get; set; }
Property Value
Enables or disables tooltip for timeline cells.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TimelineUnitSize
Defines width of timeline cell.
Declaration
public int TimelineUnitSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TimelineViewMode
Defines timeline mode of Gantt header.
Declaration
public TimelineViewMode TimelineViewMode { get; set; }
Property Value
TopTier
Defines top tier setting in timeline.
Declaration
public GanttTimelineTierSettings TopTier { get; set; }
Property Value
UpdateTimescaleView
Enables or disables timeline auto update on editing action.
Declaration
public bool UpdateTimescaleView { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
WeekendBackground
Defines background color of weekend cell in week - day timeline mode.
Declaration
public string WeekendBackground { get; set; }
Property Value
Type |
Description |
System.String |
|
WeekStartDay
Defines week start day in timeline.
Declaration
public int WeekStartDay { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
UpdateChildProperties(String, Object)
Declaration
public void UpdateChildProperties(string key, object changedValue)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
changedValue |
|