Version

TreeCheckBoxMode Enumeration

Specifies how the CheckBox will be used on the XamDataTree.
Syntax
'Declaration
 
Public Enum TreeCheckBoxMode 
   Inherits System.Enum
public enum TreeCheckBoxMode : System.Enum 
Members
MemberDescription
AutoIn this mode all leaf XamDataTreeNodes have two state checkboxes, and all other XamDataTreeNodes are tristate. The checked state of an item will cause its children to placed in the same state and its parent to be notified. If all of the children of the parent are in the same state, the parent will be in the same state, otherwise it will be in a third state.
ManualEach XamDataTreeNode's CheckBox is independent of every other XamTreeItem in the XamDataTree
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also