11---
22layout : post
33title : Customizations | Gantt | ASP.NET Webforms | Syncfusion
4- description : Customizations
4+ description : Learn here about Customizations support in Syncfusion ASP.NET Webforms Gantt Control, its elements, and more.
55platform : aspnet
66control : Gantt
77documentation : ug
88---
99
10- # Customizations
10+ # Customizations in ASP.NET Webforms Gantt
1111
1212Gantt provides support for the following UI customizations,
1313
@@ -82,7 +82,7 @@ The DOM structure and class names mentioned in the above code snippet is mandato
8282
8383The following screenshot shows the template for taskbars in Gantt.
8484
85- ![ ] ( Customization_images/Customization_img1.png )
85+ ![ ASP.NET Webforms Gantt Mapping data source ] ( Customization_images/Customization_img1.png )
8686
8787## Task label template
8888
@@ -106,7 +106,7 @@ The following code example explains how to set task name field as right label an
106106
107107The following screenshot shows Gantt with task labels mapped with different data source fields
108108
109- ![ ] ( Customization_images/Customization_img4.png )
109+ ![ ASP.NET Webforms Gantt Task label templates ] ( Customization_images/Customization_img4.png )
110110
111111### Task label templates
112112
@@ -154,7 +154,7 @@ You can find the online demo sample for task label templates in Gantt [here](htt
154154
155155The following screenshot shows Gantt with task label templates.
156156
157- ![ ] ( Customization_images/Customization_img2.png )
157+ ![ ASP.NET Webforms Gantt Tooltip template ] ( Customization_images/Customization_img2.png )
158158
159159## Tooltip template
160160
@@ -213,7 +213,7 @@ The following code example shows how to customize the tooltip.
213213
214214The following screenshot shows Gantt with task tooltip customization.
215215
216- ![ ] ( Customization_images/Customization_img3.png )
216+ ![ ASP.NET Webforms Gantt Dependency tooltip ] ( Customization_images/Customization_img3.png )
217217
218218### Dependency tooltip
219219
@@ -260,7 +260,7 @@ The default dependency tooltip in Gantt can be customized by using `PredecessorT
260260{% endhighlight %}
261261
262262The following screenshot show the output of above code example.
263- ![ ] ( Customization_images/Customization_img8.png )
263+ ![ ASP.NET Webforms Gantt Cell tooltip ] ( Customization_images/Customization_img8.png )
264264
265265### Cell tooltip
266266
@@ -305,7 +305,7 @@ TreeGrid part tooltip can also be customized using `CellTooltipTemplate` propert
305305
306306{% endhighlight %}
307307
308- ![ ] ( Customization_images/Customization_img5.png )
308+ ![ ASP.NET Webforms Gantt Taskbar Editing Tooltip ] ( Customization_images/Customization_img5.png )
309309
310310You can find the online demo sample for tooltip templates for taskbars [ here] ( https://mvc.syncfusion.com/demos/web/gantt/gantttooltiptemplate )
311311
@@ -363,7 +363,7 @@ Taskbar editing tooltip can be customized by using `TaskbarEditingTooltipTemplat
363363{% endhighlight %}
364364
365365The below screenshot shows the output of above code example.
366- ![ ] ( Customization_images/Customization_img6.png )
366+ ![ ASP.NET Webforms Gantt Customize taskbar editing tooltip ] ( Customization_images/Customization_img6.png )
367367
368368#### Customize progress bar editing tooltip
369369
@@ -391,4 +391,4 @@ Progress bar editing tooltip can be customized by using `ProgressbarTooltipTempl
391391{% endhighlight %}
392392
393393The below screenshot shows the output of above code example.
394- ![ ] ( Customization_images/Customization_img7.png )
394+ ![ ASP.NET Webforms Gantt Customize progress bar editing tooltip ] ( Customization_images/Customization_img7.png )
0 commit comments