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

GanttResourceLink.AllocationPercentage Property

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

Namespace: DevExpress.Mvvm.Gantt

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

[DefaultValue(1)]
public double AllocationPercentage { get; set; }

Property Value

Type Default Description
Double 1

A percentage of time a resource spends on a task.

See Also