Click or drag to resize

PFGridViewSettingsData_ItemsLinkTaskToParentWorkflow Property

Usually each row displays a link to the form of the corresponding item.

With this option enabled, the link will target the form of the parent workflow of each task.

True by default.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public bool LinkTaskToParentWorkflow { get; set; }

Property Value

Type: Boolean
See Also