Class
GanttDayView

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

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

Inheritance: objectComponentBaseGanttViewBaseGanttDayView

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

GanttDayView()

Declaration

cs-api-definition
public GanttDayView()

Properties

DayHeaderDateFormat

Specifies the date format used for day slot headers.

Declaration

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

Property Value

string

DayHeaderTemplate

Specifies the template used for day slot headers.

Declaration

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

Property Value

RenderFragment<DateTime>

TimeHeaderDateFormat

Specifies the date format used for time slot headers.

Declaration

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

Property Value

string

TimeHeaderTemplate

Specifies the template used for time slot headers.

Declaration

cs-api-definition
[Parameter]
public RenderFragment<DateTime> TimeHeaderTemplate { 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)