Class GanttYearView
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GanttYearView : GanttViewBase, IGanttView, IDisposable
Constructors
GanttYearView()
Declaration
public GanttYearView()
Properties
MonthHeaderDateFormat
Specifies the date format used for month slot headers.
Declaration
public string MonthHeaderDateFormat { get; set; }
Property Value
System.String
|
MonthHeaderTemplate
Specifies the template used for month slot headers.
Declaration
public RenderFragment<DateTime> MonthHeaderTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<System.DateTime>
|
YearHeaderDateFormat
Specifies the date format used for year slot headers.
Declaration
public string YearHeaderDateFormat { get; set; }
Property Value
System.String
|
YearHeaderTemplate
Specifies the template used for year slot headers.
Declaration
public RenderFragment<DateTime> YearHeaderTemplate { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment<System.DateTime>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|