Gets or sets a value indicating whether an allocation presenter will display the name of the activity it's allocatated to. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowActivities { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowActivities As Boolean |
See Also