|
|
|
|
HierarchyColorStyle Property, SftTree Class |
Defines whether the hierarchy area, in the hierarchy column, inherits the cell's background color.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property HierarchyColorStyle As HierarchyColorStyleEnum |
C# |
public HierarchyColorStyleEnum HierarchyColorStyle { get; set; } |
C++ |
public: property HierarchyColorStyleEnum HierarchyColorStyle { |
Property Value
The hierarchy color style.
Value |
Description |
|
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. | |
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. |
The default value is HierarchyColorStyleEnum.Inherit.
Comments
The HierarchyColorStyle property defines whether the hierarchy area, in the hierarchy column, inherits the cell's background color.