ClassGanttMonthView
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GanttMonthView : GanttViewBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseGanttViewBaseGanttMonthView
Implements:
Inherited Members
Constructors
GanttMonthView()
Declaration
cs-api-definition
public GanttMonthView()
Properties
MonthHeaderDateFormat
Specifies the date format used for month slot headers.
Declaration
cs-api-definition
[Parameter]
public string MonthHeaderDateFormat { get; set; }
Property Value
MonthHeaderTemplate
Specifies the template used for month slot headers.
Declaration
cs-api-definition
[Parameter]
public RenderFragment<DateTime> MonthHeaderTemplate { get; set; }
Property Value
WeekHeaderDateFormat
Specifies the date format used for week slot headers.
Declaration
cs-api-definition
[Parameter]
public string WeekHeaderDateFormat { get; set; }
Property Value
WeekHeaderTemplate
Specifies the template used for week slot headers.
Declaration
cs-api-definition
[Parameter]
public RenderFragment<DateTime> WeekHeaderTemplate { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides