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