Back to Devexpress

QueryAllowedTaskEditActionEventArgs Properties

wpf-devexpress-dot-xpf-dot-gantt-dot-queryallowedtaskeditactioneventargs-dot-underscore-properties.md

latest3.1 KB
Original Source

QueryAllowedTaskEditActionEventArgs Properties

Provides data for the QueryAllowedTaskEditAction event.

NameDescription
AllowTaskFinishDateMoveSpecifies whether an end user can change the task’s finish date by resizing the Gantt task.
AllowTaskMoveSpecifies whether an end user can change the task’s start date by dragging the Gantt task.
AllowTaskProgressMoveSpecifies whether an end user can change the task’s progress by moving the progress bar’s right border.
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
NodeGets the currently processed task.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
VisibleConnectorThumbKindGets or sets a value that identifies which of the connector thumbs are visible to an end user.

See Also

QueryAllowedTaskEditActionEventArgs Class

QueryAllowedTaskEditActionEventArgs Members

DevExpress.Xpf.Gantt Namespace