|
|
|
|
HierarchyColorStyleEnum Enumeration |
Used with the HierarchyColorStyle property defining how the background of the hierarchy area in the hierarchy column is rendered.
Syntax HierarchyColorStyleEnum Enumeration (Softelvdm.SftTreeNET)
VB |
Public Enum HierarchyColorStyleEnum |
C# |
public enum HierarchyColorStyleEnum |
C++ |
public enum class HierarchyColorStyleEnum |
Member |
Value |
Description |
Inherit | 0 | The area left of the cell contents of the cell in the hierarchy column inherits the cell's background color. The column or cell specific colors of the hierarchy column are used. The properties used are (in order of relevance) CellBaseClass.BackColor, ItemClass.BackColor, ColumnClass.BackColor, BackColor, BackColorOdd, HierarchyAreaColor. |
AsDefined | 1 | The area left of the cell contents of the cell in the hierarchy column does not inherit the cell's background color. The colors defined using the HierarchyAreaColor property is used. |
Comments
The HierarchyColorStyleEnum enumeration is used with the HierarchyColorStyle property defining how the background of the hierarchy area in the hierarchy column is rendered.