Gets or sets a value indicating whether the presenter should display the name of the activity it's allocated to. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowActivity { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowActivity As Boolean |
true to display the name of the related activity; otherwise, false.
See Also