New to Telerik UI for BlazorStart a free 30-day trial

Definition

Constructors

C#
protected GanttViewBase()

Methods

C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
protected override void OnInitialized()

Overrides: ComponentBase.OnInitialized()

Properties

Determines the latest date that's shown in the view. It's rounded up to the nearest major time span for the view. If not set the view calculates it based on the Data.

C#
[Parameter]
public DateTime? RangeEnd { get; set; }

Determines the earliest date that's shown in the view. It's rounded down to the nearest major time span for the view. If not set the view calculates it based on the Data.

C#
[Parameter]
public DateTime? RangeStart { get; set; }

Determines the width in pixels of each time slot.

C#
[Parameter]
public double SlotWidth { get; set; }