From 0b400185bcb0378d47d578d6d6e7283ee08f391b Mon Sep 17 00:00:00 2001 From: HarithaSuresh-GrowthHacker Date: Thu, 18 Jun 2026 08:41:16 +0530 Subject: [PATCH] SEO-222876-WPF-Gantt-Chart-Eval-Plan-UG-Documentation-Interlinking --- wpf/Gantt/auto-update-hierarchy.md | 2 +- wpf/Gantt/custom-node-style.md | 2 +- wpf/Gantt/data-virtualization.md | 2 +- wpf/Gantt/datetime-indicator-customization.md | 2 +- wpf/Gantt/filtering-sorting.md | 2 +- wpf/Gantt/flow-direction.md | 2 +- wpf/Gantt/getting-started.md | 4 +++- wpf/Gantt/highlighting-tasks.md | 2 +- wpf/Gantt/holidays-customization.md | 2 +- wpf/Gantt/resource-view-gantt-inline-items.md | 2 +- wpf/Gantt/strip-lines.md | 2 +- wpf/Gantt/zooming.md | 2 +- 12 files changed, 14 insertions(+), 12 deletions(-) diff --git a/wpf/Gantt/auto-update-hierarchy.md b/wpf/Gantt/auto-update-hierarchy.md index ea64aa8307..5abeb06e9a 100644 --- a/wpf/Gantt/auto-update-hierarchy.md +++ b/wpf/Gantt/auto-update-hierarchy.md @@ -9,7 +9,7 @@ documentation: ug # Auto Update Hierarchy in WPF Gantt -Essential Gantt provides support for auto updating hierarchy, in which the Gantt control will listen to the change in child tasks/activities and automatically update them in the parent task/activity accordingly. There is no need to have any custom logics in business objects to update the hierarchy. You can enable or disable this functionality by using the [UseAutoUpdateHierarchy](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.GanttControl.html#Syncfusion_Windows_Controls_Gantt_GanttControl_UseAutoUpdateHierarchy) property. +Essential Gantt provides support for auto updating hierarchy, in which the [WPF Gantt Chart](https://www.syncfusion.com/wpf-controls/gantt) control will listen to the change in child tasks/activities and automatically update them in the parent task/activity accordingly. There is no need to have any custom logics in business objects to update the hierarchy. You can enable or disable this functionality by using the [UseAutoUpdateHierarchy](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.GanttControl.html#Syncfusion_Windows_Controls_Gantt_GanttControl_UseAutoUpdateHierarchy) property. ## Use Case Scenario diff --git a/wpf/Gantt/custom-node-style.md b/wpf/Gantt/custom-node-style.md index 6a2636ce97..8d0258b303 100644 --- a/wpf/Gantt/custom-node-style.md +++ b/wpf/Gantt/custom-node-style.md @@ -9,7 +9,7 @@ documentation: ug # Custom Node Style in WPF Gantt -Custom node style enables you to design your own style to the nodes that will be displayed in the Gantt. You can also customize the progress bar of the Task Node.Currently [GanttControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.GanttControl.html) supports three types of node. They are: +Custom node style enables you to design your own style to the nodes that will be displayed in the [WPF Gantt Chart](https://www.syncfusion.com/wpf-controls/gantt). You can also customize the progress bar of the Task Node.Currently [GanttControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.GanttControl.html) supports three types of node. They are: * Header Node * Task Node diff --git a/wpf/Gantt/data-virtualization.md b/wpf/Gantt/data-virtualization.md index 24ce6480c0..15b16e56b8 100644 --- a/wpf/Gantt/data-virtualization.md +++ b/wpf/Gantt/data-virtualization.md @@ -9,7 +9,7 @@ documentation: ug # Data Virtualization in WPF Gantt -The WPF Gantt control supports data virtualization to improve performance when working with large datasets. When virtualization is enabled, the control renders only the nodes that are currently visible in the viewport, reducing memory usage and improving scrolling responsiveness. +The [WPF Gantt Chart](https://www.syncfusion.com/wpf-controls/gantt) control supports data virtualization to improve performance when working with large datasets. When virtualization is enabled, the control renders only the nodes that are currently visible in the viewport, reducing memory usage and improving scrolling responsiveness. ## How virtualization works diff --git a/wpf/Gantt/datetime-indicator-customization.md b/wpf/Gantt/datetime-indicator-customization.md index fe9b2828e9..85f19730e6 100644 --- a/wpf/Gantt/datetime-indicator-customization.md +++ b/wpf/Gantt/datetime-indicator-customization.md @@ -9,7 +9,7 @@ documentation: ug # DateTime Indicator Customization in WPF Gantt -Essential Gantt provides support for indicating the current date or time in the Gantt chart region. You can choose the following positions in the Gantt chart region for the DateTime indicator: +Essential Gantt provides support for indicating the current date or time in the [WPF Gantt Chart](https://www.syncfusion.com/wpf-controls/gantt) region. You can choose the following positions in the Gantt chart region for the DateTime indicator: * Today * Loaded Time diff --git a/wpf/Gantt/filtering-sorting.md b/wpf/Gantt/filtering-sorting.md index b6a5ce905a..1a93e9ef2c 100644 --- a/wpf/Gantt/filtering-sorting.md +++ b/wpf/Gantt/filtering-sorting.md @@ -8,7 +8,7 @@ documentation: ug --- # Filtering and sorting support in GanttControl -`Filtering` is the process of retrieving values from a collection that satisfy specified conditions. In the [GanttControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.GanttControl.html), filtering can be applied through the user interface, allowing users to narrow down the displayed data based on their criteria. +`Filtering` is the process of retrieving values from a collection that satisfy specified conditions. In the [WPF Gantt Chart](https://www.syncfusion.com/wpf-controls/gantt), filtering can be applied through the user interface, allowing users to narrow down the displayed data based on their criteria. Additionally, the [GanttControl](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.GanttControl.html) enables sorting of data against one or more columns in either ascending or descending order. When sorting is applied, the rows are rearranged based on the specified sort criteria, providing users with organized and easily navigable data views. ## Filtering diff --git a/wpf/Gantt/flow-direction.md b/wpf/Gantt/flow-direction.md index 21bc7fb745..55a7872a95 100644 --- a/wpf/Gantt/flow-direction.md +++ b/wpf/Gantt/flow-direction.md @@ -9,7 +9,7 @@ documentation: ug # Flow Direction in WPF Gantt -Gantt provides support to display the contents from right-to-left or left-to-right direction. It can be achieved by setting the `FlowDirection` property value as “RightToLeft” or “LeftToRight” in the Gantt control. The following code sample explains how to set this property. +[WPF Gantt Chart](https://www.syncfusion.com/wpf-controls/gantt) provides support to display the contents from right-to-left or left-to-right direction. It can be achieved by setting the `FlowDirection` property value as “RightToLeft” or “LeftToRight” in the Gantt control. The following code sample explains how to set this property. {% tabs %} diff --git a/wpf/Gantt/getting-started.md b/wpf/Gantt/getting-started.md index fc0473175f..d540cd7dd8 100644 --- a/wpf/Gantt/getting-started.md +++ b/wpf/Gantt/getting-started.md @@ -11,7 +11,7 @@ documentation: ug ## Appearance and structure of Gantt -Gantt control is composed of three controls. They are: +[WPF Gantt Chart](https://www.syncfusion.com/wpf-controls/gantt) control is composed of three controls. They are: * GanttGrid * ScheduleHeader @@ -362,6 +362,8 @@ The WPF GanttControl supports various built-in themes. Refer to the below links ![theming-in-wpf-gantt-control](Getting-Started_images/theming-in-wpf-gantt-control.png) +N> Looking for the full WPF Gantt Chart component overview, features, pricing, and documentation? Visit the [WPF Gantt Chart](https://www.syncfusion.com/wpf-controls/gantt) page. + ## see also [How to show horizontal and vertical grid lines in WPF gantt control](https://support.syncfusion.com/kb/article/10135/how-to-show-horizontal-and-vertical-grid-lines-in-wpf-gantt-control) diff --git a/wpf/Gantt/highlighting-tasks.md b/wpf/Gantt/highlighting-tasks.md index ce47b3f2df..cb78833a98 100644 --- a/wpf/Gantt/highlighting-tasks.md +++ b/wpf/Gantt/highlighting-tasks.md @@ -9,7 +9,7 @@ documentation: ug # Highlighting Tasks in WPF Gantt -Highlighting tasks allows you to highlight a specific set of tasks in the Gantt chart region. This feature will get the set of tasks as input and highlight those tasks with the specified color in the Gantt chart region. It will accept a linear set of tasks of type IList as input. You can also specify the highlighting brush through the provided API. +Highlighting tasks allows you to highlight a specific set of tasks in the [WPF Gantt Chart](https://www.syncfusion.com/wpf-controls/gantt) region. This feature will get the set of tasks as input and highlight those tasks with the specified color in the Gantt chart region. It will accept a linear set of tasks of type IList as input. You can also specify the highlighting brush through the provided API. ## Use Case Scenario diff --git a/wpf/Gantt/holidays-customization.md b/wpf/Gantt/holidays-customization.md index 1f52b7bdce..d5df7b27fc 100644 --- a/wpf/Gantt/holidays-customization.md +++ b/wpf/Gantt/holidays-customization.md @@ -9,7 +9,7 @@ documentation: ug # Holidays Customization in WPF Gantt -The GanttControl allows customers to differentiate the dates of holidays. This support is used to highlight the holidays in the Gantt chart. +The [WPF Gantt Chart](https://www.syncfusion.com/wpf-controls/gantt) Control allows customers to differentiate the dates of holidays. This support is used to highlight the holidays in the Gantt chart. The holidays can be specified using the [Holidays](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.GanttControl.html#Syncfusion_Windows_Controls_Gantt_GanttControl_Holidays) property in the SfGantt, which holds a collection of [GanttHoliday](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.GanttHoliday.html). diff --git a/wpf/Gantt/resource-view-gantt-inline-items.md b/wpf/Gantt/resource-view-gantt-inline-items.md index 4cc2a091c1..6c260d3ae7 100644 --- a/wpf/Gantt/resource-view-gantt-inline-items.md +++ b/wpf/Gantt/resource-view-gantt-inline-items.md @@ -9,7 +9,7 @@ documentation: ug # Resource View Gantt Inline Items in WPF Gantt -By default, the Gantt chart will display a single node in a row. This helps you to manage the project. When you want to manage the resources in a project, you need multiple nodes in a single row. A Resource view Gantt enables you to manage the resources involved in a project. +By default, the [WPF Gantt Chart](https://www.syncfusion.com/wpf-controls/gantt) will display a single node in a row. This helps you to manage the project. When you want to manage the resources in a project, you need multiple nodes in a single row. A Resource view Gantt enables you to manage the resources involved in a project. In a normal Gantt, a node represents a task or activity of the project. In a resource view Gantt, the node represents task assigned to a resource. Multiple tasks assigned to a resource can be displayed in a single row. You can achieve this by using the mapping attribute of the [InLineTaskMapping](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Gantt.TaskAttributeMapping.html#Syncfusion_Windows_Controls_Gantt_TaskAttributeMapping_InLineTaskMapping). diff --git a/wpf/Gantt/strip-lines.md b/wpf/Gantt/strip-lines.md index ada00031db..eb64970384 100644 --- a/wpf/Gantt/strip-lines.md +++ b/wpf/Gantt/strip-lines.md @@ -9,7 +9,7 @@ documentation: ug # Strip Lines in WPF Gantt -The Gantt provides support to add strip lines in the Gantt chart region that denotes an important event in a sequential timeline. By using this feature, you can add strip lines to highlight the important days in your project. You can add a collection of strip lines using the provided API. +The [WPF Gantt Chart](https://www.syncfusion.com/wpf-controls/gantt) provides support to add strip lines in the Gantt chart region that denotes an important event in a sequential timeline. By using this feature, you can add strip lines to highlight the important days in your project. You can add a collection of strip lines using the provided API. ## Strip lines in Essential Gantt support the following features: diff --git a/wpf/Gantt/zooming.md b/wpf/Gantt/zooming.md index b9a8518637..6922527cb8 100644 --- a/wpf/Gantt/zooming.md +++ b/wpf/Gantt/zooming.md @@ -9,7 +9,7 @@ documentation: ug # Zooming in WPF Gantt -Zooming allows you to zoom in and zoom out of the schedule and chart of the Gantt control between year and minute time units. On zooming, the schedule’s time unit and schedule cell size will be dynamically changed based on the zoom factor. You can increase/decrease the width of the tasks in the chart based on the schedule’s time unit. Zooming can be categorized into two types: +Zooming allows you to zoom in and zoom out of the schedule and chart of the [WPF Gantt Chart](https://www.syncfusion.com/wpf-controls/gantt) control between year and minute time units. On zooming, the schedule’s time unit and schedule cell size will be dynamically changed based on the zoom factor. You can increase/decrease the width of the tasks in the chart based on the schedule’s time unit. Zooming can be categorized into two types: * Built-in zooming * Custom zooming