Class TreeTableNodeColor
Used by TreeTable to balance the tree with algorithm based on Red-Black tree.
Inheritance
System.Object
TreeTableNodeColor
Namespace: Syncfusion.UI.Xaml.Grids.Collections
Assembly: Syncfusion.GridCommon.WinUI.dll
Syntax
public sealed class TreeTableNodeColor : Enum
Fields
Black
Black.
Declaration
public const TreeTableNodeColor Black
Field Value
Type |
---|
TreeTableNodeColor |
Red
Red.
Declaration
public const TreeTableNodeColor Red
Field Value
Type |
---|
TreeTableNodeColor |