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 public enum PFFieldChoice_TreeViewCheckboxes
Members
| Member name | Value | Description |
---|
| None | 0 |
No nodes can be selected.
|
| AllNodes | 1 |
All nodes can be selected.
|
| LeafNodes | 2 |
Nodes without children nodes can be selected.
|
| OnOption | 3 |
If a given value of the item referenced by the node is True, the node can be selected.
|
See Also