Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wpf/Gantt/auto-update-hierarchy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion wpf/Gantt/custom-node-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wpf/Gantt/data-virtualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion wpf/Gantt/datetime-indicator-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wpf/Gantt/filtering-sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wpf/Gantt/flow-direction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down
4 changes: 3 additions & 1 deletion wpf/Gantt/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion wpf/Gantt/highlighting-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion wpf/Gantt/holidays-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion wpf/Gantt/resource-view-gantt-inline-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion wpf/Gantt/strip-lines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion wpf/Gantt/zooming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down