Click or drag to resize

PFFieldChoice_TreeViewCheckboxes Enumeration

Describes which kind of nodes can be selected in a treeview.

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_TreeViewCheckboxes
Members
  Member nameValueDescription
None0 No nodes can be selected.
AllNodes1 All nodes can be selected.
LeafNodes2 Nodes without children nodes can be selected.
OnOption3 If a given value of the item referenced by the node is True, the node can be selected.
See Also