Enum TreeTableNodeColor
Used by TreeTable to balance the tree with algorithm based on Red-Black tree.
Namespace: Syncfusion.Collections.BinaryTree
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum TreeTableNodeColor
  Fields
| Name | Description | 
|---|---|
| Black | Black.  | 
      
| Red | Red.  |