Skip to main content
A newer version of this page is available. .

CalculateSummaryTaskProgressEventArgs Class

Provides data for the CalculateSummaryTaskProgress event.

Namespace: DevExpress.Xpf.Gantt

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gantt, DevExpress.Wpf.Gantt

Declaration

public sealed class CalculateSummaryTaskProgressEventArgs :
    RoutedEventArgs

Remarks

Use the Node property to get the currently processed summary task.

The Progress property allows you to set a custom progress value.

Inheritance

Object
EventArgs
RoutedEventArgs
CalculateSummaryTaskProgressEventArgs
See Also