We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99292a8 + 0f0d299 commit 446b1ddCopy full SHA for 446b1dd
blazor/gantt-chart/templates.md
@@ -22,7 +22,7 @@ Most templates used in the Gantt Chart are of type `RenderFragment<T>` and are p
22
23
For example, the data in a column template can be accessed using `context` as shown below:
24
25
-```cs
+```cshtml
26
<GanttColumn Field="TaskName" HeaderText="Task">
27
<Template Context="context">
28
@context.TaskName
0 commit comments