Skip to main content
All docs
V26.1
  • GanttView.AllowSummaryTaskProgressMove Property

    Specifies whether end users can change a summary task progress by resizing the summary task’s progress bar. This is a dependency property.

    Namespace: DevExpress.Xpf.Gantt

    Assembly: DevExpress.Xpf.Gantt.v26.1.dll

    NuGet Package: DevExpress.Wpf.Gantt

    Declaration

    public bool AllowSummaryTaskProgressMove { get; set; }

    Property Value

    Type Description
    Boolean

    true, if an end user can change the summary task progress by resizing the task’s progress bar; otherwise, false.

    Remarks

    When the AllowSummaryTaskProgressMove property is not specified, the ability to change summary task progress depends on the AllowEditing property value.

    When the AllowEditing property is set to false, the AllowSummaryTaskProgressMove property value has no effect.

    See Also