Class GanttMonthView
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GanttMonthView : GanttViewBase, IGanttView, IDisposable
Constructors
GanttMonthView()
Declaration
public GanttMonthView()
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>
|
WeekHeaderDateFormat
Specifies the date format used for week slot headers.
Declaration
public string WeekHeaderDateFormat { get; set; }
Property Value
System.String
|
WeekHeaderTemplate
Specifies the template used for week slot headers.
Declaration
public RenderFragment<DateTime> WeekHeaderTemplate { 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
|