Gets or sets the resource allocation associated with the bound activity. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public IEnumerable ResourceAllocations { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ResourceAllocations As IEnumerable |
An .NET IEnumerable with the resource allocations related to the underlying activity.
See Also