Back to Devexpress

GanttView.AllowSummaryTaskProgressMove Property

wpf-devexpress-dot-xpf-dot-gantt-dot-ganttview-6af0e3dd.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Gantt

Declaration

csharp
public bool AllowSummaryTaskProgressMove { get; set; }
vb
Public Property AllowSummaryTaskProgressMove As Boolean

Property Value

TypeDescription
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

GanttView Class

GanttView Members

DevExpress.Xpf.Gantt Namespace