Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttTimelineSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttTimelineSettings

    Configures gantt timeline settings collection.

    Inheritance
    System.Object
    GanttTimelineSettings
    GanttZoomTimelineSettings
    Namespace: Syncfusion.Blazor.Gantt
    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
    Type Description
    GanttTimelineTierSettings

    ShowTooltip

    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
    Type Description
    TimelineViewMode

    TopTier

    Defines top tier setting in timeline.

    Declaration
    public GanttTimelineTierSettings TopTier { get; set; }
    Property Value
    Type Description
    GanttTimelineTierSettings

    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

    OnParametersSetAsync()

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved