MindFusion.Wpf Pack Programmer's Guide
Resource.Allocations Property
See Also
 





Gets or sets the collection object that holds the activities, associated with the resource instance.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public ObservableCollection<Object> Allocations { get; set; }

Visual Basic  Copy Code

Public Property Allocations As ObservableCollection(Of Object)

 Property Value

A collection with all allocations of this resource.

 See Also

Resource Members
Resource Class
MindFusion.DataViews.Wpf Namespace