Supplies per-bar rendering customization in RadzenGantt<T>.
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class GanttBarRenderEventArgs<TItem>| Name | Description |
|---|---|
| TItem |
Supplies per-bar rendering customization in RadzenGantt<T>.
public GanttBarRenderEventArgs<TItem>()HTML attributes to add to the bar element (e.g. style).
public IDictionary<string, object> Attributes { get; set; }
| Type | Description |
|---|---|
| IDictionary<string, object> | HTML attributes to add to the bar element (e.g. style). |
Additional CSS classes to apply to the task bar.
public string CssClass { get; set; }
| Type | Description |
|---|---|
| string | Additional CSS classes to apply to the task bar. |
The task data item.
public TItem Data { get; set; }
| Type | Description |
|---|---|
| TItem | The task data item. |