Click or drag to resize

PFFieldChoice_TreeViewState Enumeration

Describes the way the treeview nodes should be initially displayed.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFFieldChoice_TreeViewState
Members
  Member nameValueDescription
Collapsed0 Nodes under root nodes are initially hidden.
ExpandCheckedNodes1 Nodes containing selected nodes (recursively) and selected nodes are expanded.
ExpandParentOfCheckedNodes2 Nodes containing selected nodes (recursively) are expanded.
See Also