ClassGanttViewBase
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class GanttViewBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseGanttViewBase
Derived Classes:
Implements:
Inherited Members
Constructors
GanttViewBase()
Declaration
cs-api-definition
protected GanttViewBase()
Properties
RangeEnd
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.
Declaration
cs-api-definition
[Parameter]
public DateTime? RangeEnd { get; set; }
Property Value
RangeStart
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.
Declaration
cs-api-definition
[Parameter]
public DateTime? RangeStart { get; set; }
Property Value
Methods
Dispose()
Declaration
cs-api-definition
public void Dispose()
Implements
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides