Back to Devexpress

DevExpress.Xpf.Gantt Namespace

wpf-devexpress-dot-xpf-caa9ad0e.md

latest14.0 KB
Original Source

DevExpress.Xpf.Gantt Namespace

Contains classes which implement the main functionality of the GanttControl. To use these classes in XAML code, add the xmlns:dxgn=”http://schemas.devexpress.com/winfx/2008/xaml/gantt“ namespace reference.

Assembly : DevExpress.Xpf.Gantt.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Classes

NameDescription
AddingNewPredecessorLinkEventArgsProvides data for the AddingNewPredecessorLink event.
AddingNewResourceLinkEventArgsProvides data for the AddingNewResourceLink event.
BeginNewTaskDrawEventArgsProvides data for the GanttView.BeginNewTaskDraw event.
BeginPredecessorLinkEditEventArgsProvides data for the GanttView.BeginPredecessorLinkEdit event.
BeginProgressMoveEventArgsProvides data for the BeginProgressMove event.
BeginTaskFinishDateMoveEventArgsProvides data for the BeginTaskFinishDateMove event.
BeginTaskMoveEventArgsProvides data for the GanttView.BeginTaskMove event.
CalculateSummaryTaskProgressEventArgsProvides data for the CalculateSummaryTaskProgress event.
CurrentDateTimeStripLineRepresents a strip line that indicates the current time (DateTime.Now), and automatically updates its position onscreen.
DailyRepresents the daily recurrence.
GanttColumnA column within a GanttControl.
GanttColumnCollectionThe GanttControl‘s column collection
GanttConnectorA gantt connector.
GanttConnectorBaseServes as a base class for the Gantt task Connector.
GanttConnectorEditPreviewA gantt connector‘s edit preview.
GanttControlThe Gantt control.
GanttControlBandThe Gantt control band column.
GanttMilestoneBaselineControlA gantt milestone baseline.
GanttMilestoneControlA gantt milestone.
GanttNodeA gantt treelist‘s node.
GanttPredecessorLinkMappingsProvides information on the task dependency properties’ mapping to data fields.
GanttResourceControlA gantt resource.
GanttResourceLinkMappingsContains properties that specify data source fields from which the control obtains resource dependencies.
GanttResourceMappingsContains properties that specify data source fields from which the control obtains resources.
GanttSummaryTaskBaselineControlA summary task baseline.
GanttSummaryTaskControlA summary task.
GanttTaskBaselineControlA gantt task baseline.
GanttTaskControlA gantt task.
GanttTaskControlBaseServes as a base class for the gantt items.
GanttViewVisualizes the GanttControl data.
GanttViewHitInfoContains information about the specified element contained within the GanttView.
MappingMaps persistent object’s properties to the data source fields.
MonthlyRepresents the monthly recurrence.
MonthlyByDayOfWeekRepresents the monthly recurrence in a particular day of week.
NewTaskDrawCanceledEventArgsProvides data for the GanttView.NewTaskDrawCanceled event.
NewTaskDrawingEventArgsProvides data for the GanttView.NewTaskDrawing event.
NewTaskDrawnEventArgsProvides data for the GanttView.NewTaskDrawn event.
PredecessorLinkEditCanceledEventArgsProvides data for the GanttView.PredecessorLinkEditCanceled event.
PredecessorLinkEditedEventArgsProvides data for the GanttView.PredecessorLinkEdited event.
ProgressMoveCanceledEventArgsProvides data for the ProgressMoveCanceled event.
ProgressMovedEventArgsProvides data for the ProgressMoved event.
ProgressMovingEventArgsProvides data for the ProgressMoving event.
QueryAllowedTaskEditActionEventArgsProvides data for the QueryAllowedTaskEditAction event.
QueryAllowPredecessorEditEventArgsProvides data for the QueryAllowPredecessorEdit event.
QueryAllowPredecessorLinkEditEventArgsProvides data for the QueryAllowPredecessorLinkEdit event.
RecurrenceContains properties common to the recurrence rules.
RecurrenceBaseServes as a base class for the recurrence rule objects.
RecurrenceByDayOfWeekContains properties common to the recurrence rules that specify day of week.
RequestTimescaleRulersEventArgsProvides data for the GanttView.RequestTimescaleRulers event.
SpecificDaysRepresents a recurrance at specific days.
StripLineRepresents a single strip line defined by a start date and duration.
StripLineBaseServes as a base class for strip lines.
StripLineCollectionRepresents a collection of strip lines and strip line rules.
StripLineControlA control used to render strip lines within Gantt area.
StripLineRuleRepresents a set of strip lines defined by a recurrence rule and duration.
StripLineToolTipDataContains strip line’s information used in a tooltip as a data context.
TaskFinishDateMoveCanceledEventArgsProvides data for the TaskFinishDateMoveCanceled event.
TaskFinishDateMovedEventArgsProvides data for the TaskFinishDateMoved event.
TaskFinishDateMovingEventArgsProvides data for the GanttView.TaskFinishDateMoving event.
TaskMoveCanceledEventArgsProvides data for the TaskMoveCanceled event.
TaskMovedEventArgsProvides data for the TaskMoved event.
TaskMovingEventArgsProvides data for the TaskMoving event.
TasksScheduledEventArgsProvides data for the TasksScheduled event.
TimescaleRulerA timescale ruler.
WeeklyRepresents the weekly recurrence.
WorkdayRuleRepresents a working and nonworking day rule.
WorkdayRuleCollectionRepresents a collection of working and nonworking day rules.
WorkingTimeRuleRepresents a working time rule.
WorkingTimeRuleCollectionRepresents a collection of working time rules.
YearlyRepresents the yearly recurrence.
YearlyByDayOfWeekRepresents the yearly recurrence in a particular day of week.
YearlyByDayOfYearRepresents the yearly recurrence in a particular day of year.

Interfaces

NameDescription
IResourceLinksSelectorChooses resource links based on custom logic.

Enums

NameDescription
ConnectorThumbKindLists the values that specify which of the connector thumbs are visible to an end user.
CriticalPathHighlightModeLists the values that specify the critical path highlight mode.
GanttColumnBindingSourceLists the values that specify the gantt task data fields to which a column can be bound.
GanttScrollModeLists the values used to specify the GanttControl scroll mode.
GanttTaskKindLists the values that specify the gantt task kind (task, summary task, and milestone).
PredecessorLinkActionLists the values that specify the type of change an end user made.
PrintAreaLists values that specify parts of the GanttControl that should be printed.
ScheduleModeLists the values that specify the GanttView.ScheduleMode property.
TaskContentPositionLists the values that specify the task content position.
TimeIntervalDisplayModeLists the values that specify how the time intervals are displayed.
TimescaleUnitLists the values that specify the timescale measure units.