Blazor

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

    Show / Hide Table of Contents

    Class GanttTemplates

    Inheritance
    System.Object
    BaseComponent
    GanttTemplates
    Implements
    System.IDisposable
    Inherited Members
    BaseComponent.CreateJsAdaptor()
    BaseComponent.Dispose()
    BaseComponent.Refresh()
    BaseComponent.clearClientChanges(Boolean)
    BaseComponent.InvokeSet<T>(String, String, Object[])
    BaseComponent.InvokeGet<T>(String, String)
    BaseComponent.WireObservableEvents(Object)
    BaseComponent.getSerializedModel()
    BaseComponent.getUpdateModel(Boolean)
    BaseComponent.GetDataManager(Object, String)
    BaseComponent.uniqueId
    BaseComponent.jsRuntime
    BaseComponent.EditContext
    BaseComponent.nameSpace
    BaseComponent.jsProperty
    BaseComponent.mainParent
    BaseComponent.DotNetObjectRef
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttTemplates : BaseComponent, IDisposable

    Constructors

    GanttTemplates()

    Declaration
    public GanttTemplates()

    Properties

    MilestoneTemplate

    Gets or sets the template to customize milestone element.

    Declaration
    public RenderFragment<object> MilestoneTemplate { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment<System.Object>

    MilestoneTemplateData

    Declaration
    public List<Dictionary<string, object>> MilestoneTemplateData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Object>>

    MilestoneTemplateID

    Declaration
    public string MilestoneTemplateID { get; set; }
    Property Value
    Type Description
    System.String

    MilestoneTemplateItems

    Declaration
    public List<string> MilestoneTemplateItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    ParentTaskbarTemplate

    Gets or sets the template to customize parent taskbar element.

    Declaration
    public RenderFragment<object> ParentTaskbarTemplate { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment<System.Object>

    ParentTaskbarTemplateData

    Declaration
    public List<Dictionary<string, object>> ParentTaskbarTemplateData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Object>>

    ParentTaskbarTemplateID

    Declaration
    public string ParentTaskbarTemplateID { get; set; }
    Property Value
    Type Description
    System.String

    ParentTaskbarTemplateItems

    Declaration
    public List<string> ParentTaskbarTemplateItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    TaskbarTemplate

    Gets or sets the template to customize taskbar element.

    Declaration
    public RenderFragment<object> TaskbarTemplate { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment<System.Object>

    TaskbarTemplateData

    Declaration
    public List<Dictionary<string, object>> TaskbarTemplateData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Object>>

    TaskbarTemplateID

    Declaration
    public string TaskbarTemplateID { get; set; }
    Property Value
    Type Description
    System.String

    TaskbarTemplateItems

    Declaration
    public List<string> TaskbarTemplateItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    OnAfterRenderAsync(Boolean)

    Declaration
    protected override Task OnAfterRenderAsync(bool firstRender)
    Parameters
    Type Name Description
    System.Boolean firstRender
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    BaseComponent.OnAfterRenderAsync(Boolean)

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    BaseComponent.OnInitializedAsync()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved