Gets or sets the undo states of the resource allocations associated with the activity.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public UndoState[] AllocationStates { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllocationStates As UndoState() |
An array of UndoState objects.
See Also