Class
GanttTaskBase<TItem>

Definition

Namespace:Telerik.Blazor.Components.Gantt

Assembly:Telerik.Blazor.dll

Type Parameters:

TItem

Syntax:

cs-api-definition
public abstract class GanttTaskBase<TItem> : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseBaseComponentGanttTaskBase<TItem>

Derived Classes: GanttDimensionalTaskBase<TItem>

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members BaseComponent.ShouldRender()BaseComponent.OnInitializedAsync()BaseComponent.OnAfterRenderAsync(bool)BaseComponent.Dispose()BaseComponent.InitLocalizer()BaseComponent.ThrowIfParameterIsNull(object, string)BaseComponent.HaveOptionsChanged(IDictionary<string, object>, IDictionary<string, object>)BaseComponent.GetClassString(params string[])BaseComponent.InvokeAsync<T>(string, params object[])BaseComponent.InvokeAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidAsync(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidComponentMethodAsync(string, params object[])BaseComponent.InvokeComponentVoidMethodAsync(string, object)BaseComponent.InvokeDisposeAsync()BaseComponent.StateHasChanged()BaseComponent.RootComponentBaseComponent.ClassComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitialized()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.OnAfterRender(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

GanttTaskBase()

Declaration

cs-api-definition
protected GanttTaskBase()

Properties

LeftStyle

Declaration

cs-api-definition
public string LeftStyle { get; }

Property Value

string

OnKeyDown

Declaration

cs-api-definition
[Parameter]
public Func<TaskElement, KeyboardEventArgs, Task> OnKeyDown { get; set; }

Property Value

Func<TaskElement, KeyboardEventArgs, Task>

OnMouseDown

Declaration

cs-api-definition
[Parameter]
public Func<TaskElement, Task> OnMouseDown { get; set; }

Property Value

Func<TaskElement, Task>

OnMouseUp

Declaration

cs-api-definition
[Parameter]
public Action OnMouseUp { get; set; }

Property Value

Action

OnTaskCommand

Declaration

cs-api-definition
[Parameter]
public Func<GanttTaskCommandEventArgs, Task> OnTaskCommand { get; set; }

Property Value

Func<GanttTaskCommandEventArgs, Task>

State

Declaration

cs-api-definition
[Parameter]
public IGanttState<TItem> State { get; set; }

Property Value

IGanttState<TItem>

TaskElement

Declaration

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

Property Value

TaskElement

TaskModel

Declaration

cs-api-definition
public TaskModel TaskModel { get; }

Property Value

TaskModel

TaskTitle

Declaration

cs-api-definition
public string TaskTitle { get; }

Property Value

string

TooltipDateFormatString

Declaration

cs-api-definition
public string TooltipDateFormatString { get; }

Property Value

string

Methods

ExecuteCommand(string)

Declaration

cs-api-definition
protected Task ExecuteCommand(string commandName)

Parameters

commandName

string

Returns

Task

OnDoubleClick()

Declaration

cs-api-definition
protected Task OnDoubleClick()

Returns

Task

OnItemMouseDown()

Declaration

cs-api-definition
protected Task OnItemMouseDown()

Returns

Task

OnItemMouseUp()

Declaration

cs-api-definition
protected void OnItemMouseUp()