Skip to main content

GanttResourceLink.AllocationPercentage Property

Gets or sets a percentage of time a resource spends on a task.

Namespace: DevExpress.Mvvm.Gantt

Assembly: DevExpress.Mvvm.v24.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public double AllocationPercentage { get; set; }

Property Value

Type Description
Double

A percentage of time a resource spends on a task.

See Also