GanttBarRenderEventArgs<TItem> Class

Supplies per-bar rendering customization in RadzenGantt<T>.

Inheritance

Object

GanttBarRenderEventArgs<TItem>

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class GanttBarRenderEventArgs<TItem>

Type Parameters

Name Description
TItem

Constructors

GanttBarRenderEventArgs<TItem>link

Supplies per-bar rendering customization in RadzenGantt<T>.

Declaration
public GanttBarRenderEventArgs<TItem>()

Properties

Attributeslink

HTML attributes to add to the bar element (e.g. style).

Declaration
public IDictionary<string, object> Attributes { get; set; }
Property Value
Type Description
IDictionary<string, object>HTML attributes to add to the bar element (e.g. style).

CssClasslink

Additional CSS classes to apply to the task bar.

Declaration
public string CssClass { get; set; }
Property Value
Type Description
stringAdditional CSS classes to apply to the task bar.

Datalink

The task data item.

Declaration
public TItem Data { get; set; }
Property Value
Type Description
TItemThe task data item.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙