GanttViewBase
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public abstract class GanttViewBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseGanttViewBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected GanttViewBase()
Methods
C#
public void Dispose()
Implements:
C#
protected override void OnInitialized()
Overrides:
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; }