Class
GanttYearView

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GanttYearView : GanttViewBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseGanttViewBaseGanttYearView

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members GanttViewBase.OnInitialized()GanttViewBase.Dispose()GanttViewBase.SlotWidthGanttViewBase.RangeStartGanttViewBase.RangeEndComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

GanttYearView()

Declaration

cs-api-definition
public GanttYearView()

Properties

MonthHeaderDateFormat

Specifies the date format used for month slot headers.

Declaration

cs-api-definition
[Parameter]
public string MonthHeaderDateFormat { get; set; }

Property Value

string

MonthHeaderTemplate

Specifies the template used for month slot headers.

Declaration

cs-api-definition
[Parameter]
public RenderFragment<DateTime> MonthHeaderTemplate { get; set; }

Property Value

RenderFragment<DateTime>

YearHeaderDateFormat

Specifies the date format used for year slot headers.

Declaration

cs-api-definition
[Parameter]
public string YearHeaderDateFormat { get; set; }

Property Value

string

YearHeaderTemplate

Specifies the template used for year slot headers.

Declaration

cs-api-definition
[Parameter]
public RenderFragment<DateTime> YearHeaderTemplate { get; set; }

Property Value

RenderFragment<DateTime>

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)