How can I help you?
Overview
16 Mar 202611 minutes to read
| Name | Description |
|---|---|
| ContextMenu | The ContextMenu module is used to handle the context menu items & sub-menu items. |
| DayMarkers | DayMarkers module is used to render event markers, holidays and to highlight the weekend days. |
| Edit | The Edit Module is used to handle editing actions. |
| Filter | The Filter module is used to handle filter action. |
| RowDD | Gantt Excel Export module |
| Selection | The Selection module is used to handle cell and row selection. |
| Sort | The Sort module is used to handle sorting action. |
| TaskbarEdit | File for handling taskbar editing operation in Gantt. |
| CalendarContext | Calendar context is used to manage working time configurations for tasks and projects. It provides access to calendar settings including working hours, holidays, and exceptions. |
| DateProcessor | Date processor is used to handle date of task data. |
| Gantt | Represents the Gantt chart component. |
| GanttChart | module to render gantt chart - project view |
| TaskProcessor | To calculate and update task related values |
| AddDialogFieldSettings | Defines dialog fields of add dialog. |
| CalendarSettings | Defines the root model for all calendar settings in the project. |
| CalendarException | Represents a calendar exception that overrides default working time or marks non-working periods. Used to define one-off or recurring deviations from the standard calendar, such as holidays, adjusted work hours, or blackout dates. |
| Column | Configures column collection in Gantt. |
| DayWorkingTime | Defines the working time of the day in the project. |
| EditDialogFieldSettings | Defines dialog fields of edit dialog. |
| EditSettings | Configures edit settings of Gantt. |
| EventMarker | Defines event marker collection in Gantt. |
| FilterSettings | Configures the filtering behavior of the Gantt. |
| Holiday | Defines a holiday in the project calendar. Holidays are treated as non-working days and visually highlighted in the Gantt chart. You can customize their appearance using label, color, icon, and CSS class. |
| LabelSettings | Defines labels for task, this will be placed right, left and inner side of taskbar. |
| LoadingIndicator | Configures the Loading Indicator of the Gantt. |
| ProjectCalendar | Defines the base calendar structure for the project. This configuration controls global working hours, holidays, and exceptions that influence task scheduling across the Gantt chart. |
| TaskCalendar | Defines a calendar specific to a task, including a unique identifier and optional inheritance from a parent calendar. |
| ResourceFields | Defines the mapping properties to extract resource details from the resource collection. |
| SearchSettings | Configures the searching behavior of the Gantt. |
| SelectionSettings | Configures the selection behavior of the Gantt. |
| SortDescriptor | Represents the field name and direction of sort column. |
| SortSettings | Configures the sorting behavior of Gantt. |
| SplitterSettings | Configures splitter position and splitter bar. |
| TaskFields | Defines mapping property to get task details from data source. |
| TimelineSettings | Configures the timeline settings property in the Gantt. |
| TimelineTierSettings | Configures timeline settings of Gantt. |
| TooltipSettings | Configures tooltip settings for Gantt. |
| WeekWorkingTime | Defines the working time of the day in the project. |
| ChartRows | To render the chart rows in Gantt |
| Timeline | Configures the Timeline of the gantt. |
| ConstraintType | Defines the constraint types used for task scheduling. Available values: - 0: AsSoonAsPossible (ASAP) – Task starts as early as possible. Default for auto-scheduled tasks.- 1: AsLateAsPossible (ALAP) – Task finishes as late as possible without delaying dependents.- 2: MustStartOn (MSO) – Task must start on the specified date.- 3: MustFinishOn (MFO) – Task must finish on the specified date.- 4: StartNoEarlierThan (SNET) – Task cannot start before the specified date.- 5: StartNoLaterThan (SNLT) – Task must start on or before the specified date.- 6: FinishNoEarlierThan (FNET) – Task cannot finish before the specified date.- 7: FinishNoLaterThan (FNLT) – Task must finish on or before the specified date. |
| BeforeTooltipRenderEventArgsData | Extends IGanttData and PredecessorTooltip to provide data for the BeforeTooltipRenderEventArgs interface. |
| IGanttData | Specifies Gantt-chart interfaces |
| ColumnMenuItem | Defines the default items of the column menu. |
| ContentType | Defines PDF ContentType. |
| ContextMenuItem | Defines predefined contextmenu items. |
| DayOfWeek | Defines the day of the week. |
| DialogFieldType | Defines the types of tabs available in the Add and Edit dialogs. |
| DurationUnit | Defines the duration unit for the entire project. |
| EditMode | Defines modes of editing. |
| ExportType | Defines Export Type. |
| FilterHierarchyMode | To define hierarchy mode on filter action |
| FilterType | Specifies the filter dialog style in Gantt Chart. |
| GanttAction | Defines the Undo Redo actions. They are |
| GridLine | Defines grid lines in the Gantt chart. |
| PageOrientation | Defines the page orientation for PDF export. |
| PdfDashStyle | Specifies the stroke dash style for PDF export in Gantt. |
| PdfHAlign | Defines PDF horizontal alignment. |
| PdfPageNumberType | Defines PDF PageNumber Type. |
| PdfPageSize | Defines PDF page Size. |
| PdfTheme | Defines the theme for PDF exporting in Gantt chart. |
| PdfVAlign | Defines PDF vertical alignment. |
| RowPosition | Defines the target position for adding new rows in the GanttChart. The available positions are: * Top: Adds a new row at the top of all rows.* Bottom: Adds a new row at the bottom of all rows.* Above: Adds a new row above the currently selected row.* Below: Adds a new row below the currently selected row.* Child: Adds a new row as a child to the currently selected row. |
| ScheduleMode | To define schedule mode of Gantt |
| SearchHierarchyMode | To define hierarchy mode on search action |
| SortDirection | Defines directions of Sorting. They are |
| SplitterView | Specifies the initial view of the Gantt chart component. |
| TaskType | To define task type for task |
| TimelineViewMode | Defines the schedule header mode. They are |
| ToolbarItem | To define toolbar items in Gantt |
| ViolationType | Defines the types of constraint violations in task scheduling. |
| WorkUnit | To define work unit for whole project |
| ITimelineFormatter | Represents a function that formats a given date into a timeline string. |